aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-helper-transport-bluetooth.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-10-02 11:45:07 +0000
committerBart Polot <bart@net.in.tum.de>2013-10-02 11:45:07 +0000
commit98bbddca603be552e75903ac6ac5f44b9388977c (patch)
tree9cbde841c294b30ebef4647f96834b5ecd61191c /src/transport/gnunet-helper-transport-bluetooth.c
parent88652b999ab006d0e863234395415edcbcddfbfe (diff)
downloadgnunet-98bbddca603be552e75903ac6ac5f44b9388977c.tar.gz
gnunet-98bbddca603be552e75903ac6ac5f44b9388977c.zip
- fix compilation
Diffstat (limited to 'src/transport/gnunet-helper-transport-bluetooth.c')
-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>