gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit 98bbddca603be552e75903ac6ac5f44b9388977c
parent 88652b999ab006d0e863234395415edcbcddfbfe
Author: Bart Polot <bart@net.in.tum.de>
Date:   Wed,  2 Oct 2013 11:45:07 +0000

- fix compilation

Diffstat:
Msrc/transport/gnunet-helper-transport-bluetooth.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/transport/gnunet-helper-transport-bluetooth.c b/src/transport/gnunet-helper-transport-bluetooth.c @@ -27,6 +27,7 @@ #include <bthdef.h> #include <ws2bth.h> #else + #define SOCKTYPE int #include <bluetooth/bluetooth.h> #include <bluetooth/hci.h> #include <bluetooth/hci_lib.h>