From 9e9be4d915292e40dc4c427b01523ec94c34c1c4 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 8 Mar 2015 11:10:01 -0700 Subject: [PATCH] android: Define WAIT_ANY if it is missing --- android/system-emulator.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/android/system-emulator.c b/android/system-emulator.c index 80ee034a3..61fb4967e 100644 --- a/android/system-emulator.c +++ b/android/system-emulator.c @@ -40,6 +40,10 @@ #include #include +#ifndef WAIT_ANY +#define WAIT_ANY (-1) +#endif + #include "src/shared/mainloop.h" static char exec_dir[PATH_MAX]; -- 2.47.3