Improve portablity

This commit is contained in:
2020-05-01 11:40:31 +02:00
parent 21dbdd41d9
commit 56cc5fa02d
+2 -1
View File
@@ -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>