summaryrefslogtreecommitdiffstats
path: root/src/native
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-07-21 11:53:15 +0200
committerSven Gothel <[email protected]>2011-07-21 11:53:15 +0200
commita6b30f3fceedb781ae8c9455ae881ceb00ed5a41 (patch)
treee42fdd3dd374e28e6a0135adaaef6ae7f14759ec /src/native
parent4aa66890176e9c2d8e648d6031c9491c3d625e07 (diff)
parenta0fd183bf6761547ee97d9f9620d0cf9e232bdb8 (diff)
Merge remote-tracking branch 'rsantina/wip_mobile' into wip_mobile
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"