Diff between 74798ed41fc3227603bf3887d931d724072f054c and 9e9be4d915292e40dc4c427b01523ec94c34c1c4

Changed Files

File Additions Deletions Status
android/system-emulator.c +4 -0 modified

Full Patch

diff --git a/android/system-emulator.c b/android/system-emulator.c
index 80ee034..61fb496 100644
--- a/android/system-emulator.c
+++ b/android/system-emulator.c
@@ -40,6 +40,10 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 
+#ifndef WAIT_ANY
+#define WAIT_ANY (-1)
+#endif
+
 #include "src/shared/mainloop.h"
 
 static char exec_dir[PATH_MAX];