Protect libxml/parser.h with proper autoconf definition.

oldstable
Vincent Béron 2005-08-15 09:43:53 +00:00 committed by Alexandre Julliard
parent f1d66c008d
commit 8b6d8dbdf3
1 changed files with 2 additions and 0 deletions

View File

@ -25,7 +25,9 @@
#ifdef HAVE_LIBXML2
#ifdef HAVE_LIBXML_PARSER_H
#include <libxml/parser.h>
#endif
/* constructors */
extern IXMLDOMNode *create_domdoc_node( xmlDocPtr node );