summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorHye-Shik Chang <hyeshik@gmail.com>2004-02-02 08:48:45 (GMT)
committerHye-Shik Chang <hyeshik@gmail.com>2004-02-02 08:48:45 (GMT)
commit96c44658b99ef2e25a977bce7f310cd2b442cd24 (patch)
tree38170a749f9e369572cd8ac956151cf6e0ed4862 /Modules
parent81268608bf4c731f07057a222cf6c17f7a6aafd1 (diff)
downloadcpython-96c44658b99ef2e25a977bce7f310cd2b442cd24.zip
cpython-96c44658b99ef2e25a977bce7f310cd2b442cd24.tar.gz
cpython-96c44658b99ef2e25a977bce7f310cd2b442cd24.tar.bz2
Add FreeBSD support for bluetooth sockets. (SF Patch #888148)
Diffstat (limited to 'Modules')
-rw-r--r--Modules/socketmodule.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/socketmodule.h b/Modules/socketmodule.h
index 9756a47..e81b5b4 100644
--- a/Modules/socketmodule.h
+++ b/Modules/socketmodule.h
@@ -39,6 +39,10 @@
#include <bluetooth/sco.h>
#endif
+#ifdef HAVE_BLUETOOTH_H
+#include <bluetooth.h>
+#endif
+
#ifdef HAVE_NETPACKET_PACKET_H
# include <sys/ioctl.h>
# include <net/if.h>