aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/freeglut/android.patch
blob: dd4753f981bdd23c502e8bf92b1624808d051c52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/android/native_app_glue/android_native_app_glue.c b/src/android/native_app_glue/android_native_app_glue.c
index be8d941..6ddae78 100644
--- a/src/android/native_app_glue/android_native_app_glue.c
+++ b/src/android/native_app_glue/android_native_app_glue.c
@@ -18,6 +18,7 @@
 #include <jni.h>
 
 #include <errno.h>
+#include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
 #include <sys/resource.h>