summaryrefslogtreecommitdiff
path: root/android/system-emulator.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-03-08 11:04:15 -0700
committerMarcel Holtmann <marcel@holtmann.org>2015-03-08 11:04:15 -0700
commit74798ed41fc3227603bf3887d931d724072f054c (patch)
tree7dca030f9d5a365e26f0f25edff409fb41898013 /android/system-emulator.c
parent01aa5f577448239a62d8181aff04d208215a48d9 (diff)
downloadbluez-74798ed41fc3227603bf3887d931d724072f054c.tar.gz
android: Include <poll.h> instead of <sys/poll.h>
Diffstat (limited to 'android/system-emulator.c')
-rw-r--r--android/system-emulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/system-emulator.c b/android/system-emulator.c
index 72dc5a070..80ee034a3 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>