From 96c44658b99ef2e25a977bce7f310cd2b442cd24 Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang Date: Mon, 2 Feb 2004 08:48:45 +0000 Subject: Add FreeBSD support for bluetooth sockets. (SF Patch #888148) --- Modules/socketmodule.h | 4 ++++ 1 file changed, 4 insertions(+) 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 #endif +#ifdef HAVE_BLUETOOTH_H +#include +#endif + #ifdef HAVE_NETPACKET_PACKET_H # include # include -- cgit v0.12