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:
committed by
Brendan Le Foll
parent
029e08669c
commit
53058d500b
@@ -28,7 +28,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "jni.h"
|
||||
#include <jni.h>
|
||||
#include "mraa/types.h"
|
||||
|
||||
// location for defining JNI version to use
|
||||
|
||||
Reference in New Issue
Block a user