mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
fix to build without Bluetooth headers
This commit is contained in:
parent
19ea3e1f6e
commit
3b449f3211
1 changed files with 9 additions and 7 deletions
|
@ -26,14 +26,16 @@
|
||||||
#include <netdb.h>
|
#include <netdb.h>
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#include <bluetooth/bluetooth.h>
|
#ifdef XWFEATURE_BLUETOOTH
|
||||||
#if defined BT_USE_L2CAP
|
# include <bluetooth/bluetooth.h>
|
||||||
# include <bluetooth/l2cap.h>
|
# if defined BT_USE_L2CAP
|
||||||
#elif defined BT_USE_RFCOMM
|
# include <bluetooth/l2cap.h>
|
||||||
# include <bluetooth/rfcomm.h>
|
# elif defined BT_USE_RFCOMM
|
||||||
|
# include <bluetooth/rfcomm.h>
|
||||||
|
# endif
|
||||||
|
# include <bluetooth/sdp.h>
|
||||||
|
# include <bluetooth/sdp_lib.h>
|
||||||
#endif
|
#endif
|
||||||
#include <bluetooth/sdp.h>
|
|
||||||
#include <bluetooth/sdp_lib.h>
|
|
||||||
|
|
||||||
#include "linuxudp.h"
|
#include "linuxudp.h"
|
||||||
#include "comms.h"
|
#include "comms.h"
|
||||||
|
|
Loading…
Add table
Reference in a new issue