Skip to content

Commit 96c4465

Browse files
committed
Add FreeBSD support for bluetooth sockets. (SF Patch #888148)
1 parent 8126860 commit 96c4465

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Modules/socketmodule.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@
3939
#include <bluetooth/sco.h>
4040
#endif
4141

42+
#ifdef HAVE_BLUETOOTH_H
43+
#include <bluetooth.h>
44+
#endif
45+
4246
#ifdef HAVE_NETPACKET_PACKET_H
4347
# include <sys/ioctl.h>
4448
# include <net/if.h>

0 commit comments

Comments
 (0)