diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-02-19 20:59:26 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-02-19 21:10:38 +0300 |
commit | c8d58231c87f7971b709f2bfc3afcea4cbd5f11f (patch) | |
tree | ca15496c0422f64aa0c58585d05fa50cea7250b0 /contrib/libs/libxml/xmlmodule.c | |
parent | 04787c119a2f5c2f2e588b7c5bb9f206308ffe9e (diff) | |
download | ydb-c8d58231c87f7971b709f2bfc3afcea4cbd5f11f.tar.gz |
Disable OS/2-specific includes
e21b66cb2289e5105bdf9ce752b5c3e9be219720
Diffstat (limited to 'contrib/libs/libxml/xmlmodule.c')
-rw-r--r-- | contrib/libs/libxml/xmlmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/libxml/xmlmodule.c b/contrib/libs/libxml/xmlmodule.c index 5091a59454..51cab69667 100644 --- a/contrib/libs/libxml/xmlmodule.c +++ b/contrib/libs/libxml/xmlmodule.c @@ -410,7 +410,7 @@ xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) #ifdef HAVE_OS2 -#include <os2.h> +#error #include <os2.h> /* * xmlModulePlatformOpen: |