mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
Add FreeBSD support for bluetooth sockets. (SF Patch #888148)
This commit is contained in:
parent
81268608bf
commit
96c44658b9
1 changed files with 4 additions and 0 deletions
|
@ -39,6 +39,10 @@
|
||||||
#include <bluetooth/sco.h>
|
#include <bluetooth/sco.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_BLUETOOTH_H
|
||||||
|
#include <bluetooth.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_NETPACKET_PACKET_H
|
#ifdef HAVE_NETPACKET_PACKET_H
|
||||||
# include <sys/ioctl.h>
|
# include <sys/ioctl.h>
|
||||||
# include <net/if.h>
|
# include <net/if.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue