]> granicus.if.org Git - python/commitdiff
Add FreeBSD support for bluetooth sockets. (SF Patch #888148)
authorHye-Shik Chang <hyeshik@gmail.com>
Mon, 2 Feb 2004 08:48:45 +0000 (08:48 +0000)
committerHye-Shik Chang <hyeshik@gmail.com>
Mon, 2 Feb 2004 08:48:45 +0000 (08:48 +0000)
Modules/socketmodule.h

index 9756a47ede273a1ead724d3d5d6280c8fa586afc..e81b5b40e72b1f1d1b83cd221db21496b688888c 100644 (file)
 #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>