From 8b6d8dbdf36be3e65e7a20e84811dacbc29a6e56 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vincent=20B=C3=A9ron?= Date: Mon, 15 Aug 2005 09:43:53 +0000 Subject: [PATCH] Protect libxml/parser.h with proper autoconf definition. --- dlls/msxml3/msxml_private.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/msxml3/msxml_private.h b/dlls/msxml3/msxml_private.h index daed4d2a551..bd27a7ad9a3 100644 --- a/dlls/msxml3/msxml_private.h +++ b/dlls/msxml3/msxml_private.h @@ -25,7 +25,9 @@ #ifdef HAVE_LIBXML2 +#ifdef HAVE_LIBXML_PARSER_H #include +#endif /* constructors */ extern IXMLDOMNode *create_domdoc_node( xmlDocPtr node ); -- 2.11.4.GIT