diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-02-17 05:46:54 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-02-17 06:03:44 +0300 |
commit | dc2fcc6df33d50b589c3e6a7cb73cf7e72c2641b (patch) | |
tree | b6cabe9dcd1d9c9261dfbb9538227ddb966128f2 /contrib/tools | |
parent | 3d17e008813683b8ec10c81b3ce5e26b3e3a2d88 (diff) | |
download | ydb-dc2fcc6df33d50b589c3e6a7cb73cf7e72c2641b.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/tools')
-rw-r--r-- | contrib/tools/python/src/Modules/posixmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tools/python/src/Modules/posixmodule.c b/contrib/tools/python/src/Modules/posixmodule.c index 25b0ddf668..6c147e0a86 100644 --- a/contrib/tools/python/src/Modules/posixmodule.c +++ b/contrib/tools/python/src/Modules/posixmodule.c @@ -32,7 +32,7 @@ #endif #if defined(__VMS) -# include <unixio.h> +# error #include <unixio.h> #endif /* defined(__VMS) */ #ifdef __cplusplus |