Private
Public Access
2
0

java: Included jni.h in an external header

The reason for this is that applications that use mraa, like upm, need the
definitions contained in jni header.

Signed-off-by: Andrei Vasiliu <andrei.vasiliu@intel.com>
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Andrei Vasiliu
2016-03-01 15:58:05 +00:00
committed by Brendan Le Foll
parent 029e08669c
commit 53058d500b
3 changed files with 8 additions and 8 deletions

View File

@@ -28,7 +28,7 @@
extern "C" {
#endif
#include "jni.h"
#include <jni.h>
#include "mraa/types.h"
// location for defining JNI version to use