Diff between ac2efeb32d78e52c352d2fa18a719b8f8f330335 and 0a59651cf67391ab381a9b318528f06c4677e5b9

Changed Files

File Additions Deletions Status
android/log.c +3 -0 modified

Full Patch

diff --git a/android/log.c b/android/log.c
index 09d226a..8013eba 100644
--- a/android/log.c
+++ b/android/log.c
@@ -25,7 +25,10 @@
 #endif
 
 #include <fcntl.h>
+#include <stdarg.h>
 #include <stdio.h>
+#include <stdint.h>
+#include <stdlib.h>
 #include <unistd.h>
 #include <stdbool.h>
 #include <time.h>