aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/transport/gnunet-helper-transport-bluetooth.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/transport/gnunet-helper-transport-bluetooth.c b/src/transport/gnunet-helper-transport-bluetooth.c
index 0d0d023ec..cc8a6484e 100644
--- a/src/transport/gnunet-helper-transport-bluetooth.c
+++ b/src/transport/gnunet-helper-transport-bluetooth.c
@@ -27,6 +27,7 @@
27 #include <bthdef.h> 27 #include <bthdef.h>
28 #include <ws2bth.h> 28 #include <ws2bth.h>
29#else 29#else
30 #define SOCKTYPE int
30 #include <bluetooth/bluetooth.h> 31 #include <bluetooth/bluetooth.h>
31 #include <bluetooth/hci.h> 32 #include <bluetooth/hci.h>
32 #include <bluetooth/hci_lib.h> 33 #include <bluetooth/hci_lib.h>