aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/python/src
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2024-02-11 13:12:23 +0300
committerDaniil Cherednik <dcherednik@ydb.tech>2024-02-14 14:25:52 +0000
commit055aa7619a1d02399db47a08b64da91eb41b5479 (patch)
tree60606dc81489d4d04c376c4f1b5ca5f6fee470e7 /contrib/tools/python/src
parent0e78f7eecaeb4b2e9e2f8315b2f1638d1332aa1b (diff)
downloadydb-055aa7619a1d02399db47a08b64da91eb41b5479.tar.gz
Intermediate changes
Diffstat (limited to 'contrib/tools/python/src')
-rw-r--r--contrib/tools/python/src/Modules/socketmodule.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/contrib/tools/python/src/Modules/socketmodule.h b/contrib/tools/python/src/Modules/socketmodule.h
index d98e00e88d2..1da06b1e3d7 100644
--- a/contrib/tools/python/src/Modules/socketmodule.h
+++ b/contrib/tools/python/src/Modules/socketmodule.h
@@ -48,15 +48,15 @@ typedef int socklen_t;
#endif
#ifdef HAVE_BLUETOOTH_BLUETOOTH_H
-#include <bluetooth/bluetooth.h>
-#include <bluetooth/rfcomm.h>
-#include <bluetooth/l2cap.h>
-#include <bluetooth/sco.h>
-#include <bluetooth/hci.h>
+#error #include <bluetooth/bluetooth.h>
+#error #include <bluetooth/rfcomm.h>
+#error #include <bluetooth/l2cap.h>
+#error #include <bluetooth/sco.h>
+#error #include <bluetooth/hci.h>
#endif
#ifdef HAVE_BLUETOOTH_H
-#include <bluetooth.h>
+#error #include <bluetooth.h>
#endif
#ifdef HAVE_NETPACKET_PACKET_H