aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/python/src/Modules/socketmodule.c
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2025-01-03 13:24:05 +0300
committerthegeorg <thegeorg@yandex-team.com>2025-01-03 14:38:45 +0300
commit092c31ae629f86eb0c7fe54b78e75da102b82b01 (patch)
treed0daec634ef74f9a0ac6258c00b8e4cbbd83dcda /contrib/tools/python/src/Modules/socketmodule.c
parent96809afdfdf84858484141be67963fdaa5551fab (diff)
downloadydb-092c31ae629f86eb0c7fe54b78e75da102b82b01.tar.gz
Cleanup build/sysincl/misc.yml
commit_hash:44b8f9106b0d7485f99f53a5c0d715e1c69043a1
Diffstat (limited to 'contrib/tools/python/src/Modules/socketmodule.c')
-rw-r--r--contrib/tools/python/src/Modules/socketmodule.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/tools/python/src/Modules/socketmodule.c b/contrib/tools/python/src/Modules/socketmodule.c
index ea7876157d..6277ca0731 100644
--- a/contrib/tools/python/src/Modules/socketmodule.c
+++ b/contrib/tools/python/src/Modules/socketmodule.c
@@ -231,12 +231,12 @@ http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libc/net/getaddrinfo.c.diff?r1=1.82&
# include <types.h>
# include <io.h>
# include <sys/ioctl.h>
-# include <utils.h>
+# error #include <utils.h>
# include <ctype.h>
#endif
#if defined(__VMS)
-# include <ioctl.h>
+# error #include <ioctl.h>
#endif
#if defined(PYOS_OS2)