Browse Source

Improve portablity

JDierkse 5 years ago
parent
commit
56cc5fa02d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Bluetooth/Functions.cpp

+ 2 - 1
Bluetooth/Functions.cpp

@@ -5,9 +5,10 @@
 #include <bluetooth/bluetooth.h>
 #include <bluetooth/hci.h>
 #include <bluetooth/l2cap.h>
-#include <sys/poll.h>
+#include <poll.h>
 #include <sstream>
 #include <stdexcept>
+#include <sys/time.h>
 #include <vector>