소스 검색

Improve portablity

JDierkse 5 년 전
부모
커밋
56cc5fa02d
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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>