aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--osdep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/osdep.c b/osdep.c
index 149d905..b982502 100644
--- a/osdep.c
+++ b/osdep.c
@@ -52,6 +52,7 @@
#ifdef CONFIG_ANDROID
#ifdef WIN32
#include <winsock2.h>
+#include <stdint.h>
typedef int32_t socklen_t;
#else
#include <sys/socket.h>