diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-02-12 13:08:04 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-02-12 13:22:00 +0300 |
commit | 200ee9c9b38ecc749e02b7d116e60057d42d7758 (patch) | |
tree | 30c0331ff6de923def38a84a1a12392ade84bff4 /contrib/libs/libxml/xmlmodule.c | |
parent | 027c1b3b95dfc9c4bee4587be95118ec896a6903 (diff) | |
download | ydb-200ee9c9b38ecc749e02b7d116e60057d42d7758.tar.gz |
Disable BeOS / Haiku sysincls
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 1867a5e160..5091a59454 100644 --- a/contrib/libs/libxml/xmlmodule.c +++ b/contrib/libs/libxml/xmlmodule.c @@ -357,7 +357,7 @@ XML_POP_WARNINGS #ifdef HAVE_BEOS -#include <kernel/image.h> +#error #include <kernel/image.h> /* * xmlModulePlatformOpen: |