diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-02-11 13:12:23 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-02-11 13:19:36 +0300 |
commit | 217c38557be09f969a177f07c0c6d440695f1cd6 (patch) | |
tree | 05687f615dbf74da34ab207bb51eb8e76093f861 /contrib/tools/python/src/Modules/socketmodule.h | |
parent | 6b55a03ce07563aaf0bbc805ba116b9b87862f84 (diff) | |
download | ydb-217c38557be09f969a177f07c0c6d440695f1cd6.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/tools/python/src/Modules/socketmodule.h')
-rw-r--r-- | contrib/tools/python/src/Modules/socketmodule.h | 12 |
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 d98e00e88d..1da06b1e3d 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 |