From: Hye-Shik Chang Date: Mon, 2 Feb 2004 08:48:45 +0000 (+0000) Subject: Add FreeBSD support for bluetooth sockets. (SF Patch #888148) X-Git-Tag: v2.4a1~880 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=96c44658b99ef2e25a977bce7f310cd2b442cd24;p=thirdparty%2FPython%2Fcpython.git Add FreeBSD support for bluetooth sockets. (SF Patch #888148) --- diff --git a/Modules/socketmodule.h b/Modules/socketmodule.h index 9756a47ede27..e81b5b40e72b 100644 --- a/Modules/socketmodule.h +++ b/Modules/socketmodule.h @@ -39,6 +39,10 @@ #include #endif +#ifdef HAVE_BLUETOOTH_H +#include +#endif + #ifdef HAVE_NETPACKET_PACKET_H # include # include