commit | 96c44658b99ef2e25a977bce7f310cd2b442cd24 | [log] [tgz] |
---|---|---|
author | Hye-Shik Chang <hyeshik@gmail.com> | Mon Feb 02 08:48:45 2004 +0000 |
committer | Hye-Shik Chang <hyeshik@gmail.com> | Mon Feb 02 08:48:45 2004 +0000 |
tree | 38170a749f9e369572cd8ac956151cf6e0ed4862 | |
parent | 81268608bf4c731f07057a222cf6c17f7a6aafd1 [diff] |
Add FreeBSD support for bluetooth sockets. (SF Patch #888148)
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>