summaryrefslogtreecommitdiffstats
path: root/src/native
diff options
context:
space:
mode:
authorRami Santina <[email protected]>2011-07-21 01:25:54 +0300
committerRami Santina <[email protected]>2011-07-21 01:25:54 +0300
commita0fd183bf6761547ee97d9f9620d0cf9e232bdb8 (patch)
tree089ee234d99f12b78e2721f75bd61ac11448c2d5 /src/native
parent8e0d7f00c69d79bcdac4be508e5b5999b423e904 (diff)
Added scripts and custom cpp-tasks to build on android-armv7l
Diffstat (limited to 'src/native')
-rw-r--r--src/native/common/JVM_Tool.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/native/common/JVM_Tool.c b/src/native/common/JVM_Tool.c
index 652d946..043ad8b 100644
--- a/src/native/common/JVM_Tool.c
+++ b/src/native/common/JVM_Tool.c
@@ -37,6 +37,7 @@
* and developed by Kenneth Bradley Russell and Christopher John Kline.
*/
+#include <stdio.h> //required by android to identify NULL
#include <jni.h>
#include "com_jogamp_common_jvm_JVMUtil.h"