mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
fix to build without Bluetooth headers
This commit is contained in:
parent
6e715d63ee
commit
bae6890c35
1 changed files with 9 additions and 7 deletions
|
@ -26,6 +26,7 @@
|
|||
#include <netdb.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/socket.h>
|
||||
#ifdef XWFEATURE_BLUETOOTH
|
||||
# include <bluetooth/bluetooth.h>
|
||||
# if defined BT_USE_L2CAP
|
||||
# include <bluetooth/l2cap.h>
|
||||
|
@ -34,6 +35,7 @@
|
|||
# endif
|
||||
# include <bluetooth/sdp.h>
|
||||
# include <bluetooth/sdp_lib.h>
|
||||
#endif
|
||||
|
||||
#include "linuxudp.h"
|
||||
#include "comms.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue