Diff between 5b23bead3bd960caf51e2aa84b4e535ca46eecc3 and b1ed44f5deace382b2a03529e3d04bb7e7bc9e84
Changed Files
| File | Additions | Deletions | Status |
| lib/hci.c | +1 | -1 | modified |
Full Patch
diff --git a/lib/hci.c b/lib/hci.c
index 005578a..ce272f6 100644
--- a/lib/hci.c
+++ b/lib/hci.c
@@ -33,10 +33,10 @@
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
+#include <poll.h>
#include <sys/param.h>
#include <sys/uio.h>
-#include <sys/poll.h>
#include <sys/types.h>
#include <sys/ioctl.h>
#include <sys/socket.h>