summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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"