diff options
author | Sven Gothel <[email protected]> | 2011-07-21 11:53:15 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-07-21 11:53:15 +0200 |
commit | a6b30f3fceedb781ae8c9455ae881ceb00ed5a41 (patch) | |
tree | e42fdd3dd374e28e6a0135adaaef6ae7f14759ec /src | |
parent | 4aa66890176e9c2d8e648d6031c9491c3d625e07 (diff) | |
parent | a0fd183bf6761547ee97d9f9620d0cf9e232bdb8 (diff) |
Merge remote-tracking branch 'rsantina/wip_mobile' into wip_mobile
Diffstat (limited to 'src')
-rw-r--r-- | src/native/common/JVM_Tool.c | 1 |
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" |