1 parent 8126860 commit 96c4465Copy full SHA for 96c4465
1 file changed
Modules/socketmodule.h
@@ -39,6 +39,10 @@
39
#include <bluetooth/sco.h>
40
#endif
41
42
+#ifdef HAVE_BLUETOOTH_H
43
+#include <bluetooth.h>
44
+#endif
45
+
46
#ifdef HAVE_NETPACKET_PACKET_H
47
# include <sys/ioctl.h>
48
# include <net/if.h>
0 commit comments