aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/poco/Net
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2024-02-13 19:12:50 +0300
committerthegeorg <thegeorg@yandex-team.com>2024-02-13 19:31:31 +0300
commitcc6a6aad0bf3124948e5213670bb53dc774454b9 (patch)
treee07731fc45805ff685fb6536fb255fda0cf116d4 /contrib/libs/poco/Net
parentef17909e4abdd409c15707f8693ee483571183ca (diff)
downloadydb-cc6a6aad0bf3124948e5213670bb53dc774454b9.tar.gz
Disable VxWorks-specific includes
Diffstat (limited to 'contrib/libs/poco/Net')
-rw-r--r--contrib/libs/poco/Net/include/Poco/Net/SocketDefs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libs/poco/Net/include/Poco/Net/SocketDefs.h b/contrib/libs/poco/Net/include/Poco/Net/SocketDefs.h
index ef62155389..7236318d52 100644
--- a/contrib/libs/poco/Net/include/Poco/Net/SocketDefs.h
+++ b/contrib/libs/poco/Net/include/Poco/Net/SocketDefs.h
@@ -74,11 +74,11 @@
#define ADDRESS_FAMILY USHORT
#endif
#elif defined(POCO_VXWORKS)
- #include <hostLib.h>
+ #error #include <hostLib.h>
#error #include <ifLib.h>
#error #include <inetLib.h>
- #include <ioLib.h>
- #include <resolvLib.h>
+ #error #include <ioLib.h>
+ #error #include <resolvLib.h>
#include <types.h>
#include <socket.h>
#include <netinet/tcp.h>