diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-02-16 20:02:23 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-02-16 20:15:12 +0300 |
commit | ce3d6ca3ea728ae0ddc30aba2e1ee88a6f79985a (patch) | |
tree | 335472be225dbcc5714be608a3cabf93a879e66a /contrib/libs/poco/Foundation/src | |
parent | 31106d0c999084f2407e5943f58a23bba529c6fe (diff) | |
download | ydb-ce3d6ca3ea728ae0ddc30aba2e1ee88a6f79985a.tar.gz |
Disable more vxWorks-specific includes
43a42732e77ad2cf44ef2f04f72cba1311be14ef
Diffstat (limited to 'contrib/libs/poco/Foundation/src')
-rw-r--r-- | contrib/libs/poco/Foundation/src/Environment_VX.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/poco/Foundation/src/Environment_VX.cpp b/contrib/libs/poco/Foundation/src/Environment_VX.cpp index c31b6702ff..2174cb9d36 100644 --- a/contrib/libs/poco/Foundation/src/Environment_VX.cpp +++ b/contrib/libs/poco/Foundation/src/Environment_VX.cpp @@ -19,7 +19,7 @@ #error #include <envLib.h> #error #include <hostLib.h> #error #include <ifLib.h> -#include <sockLib.h> +#error #include <sockLib.h> #error #include <ioLib.h> #error #include <version.h> #include <cstring> |