Diff between 01aa5f577448239a62d8181aff04d208215a48d9 and 74798ed41fc3227603bf3887d931d724072f054c
Changed Files
| File | Additions | Deletions | Status |
| android/system-emulator.c | +1 | -1 | modified |
Full Patch
diff --git a/android/system-emulator.c b/android/system-emulator.c
index 72dc5a0..80ee034 100644
--- a/android/system-emulator.c
+++ b/android/system-emulator.c
@@ -32,7 +32,7 @@
#include <signal.h>
#include <string.h>
#include <libgen.h>
-#include <sys/poll.h>
+#include <poll.h>
#include <sys/wait.h>
#include <sys/param.h>
#include <sys/socket.h>