summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>