Unbreak: include libxml/parser.h before libxml/hash.h.

This commit is contained in:
Stefan Eßer 2003-11-15 23:09:06 +00:00
parent de00238ffb
commit 2a671f2bcd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94063

View file

@ -0,0 +1,10 @@
--- GDOME.xs~ Sat Nov 15 23:50:50 2003
+++ GDOME.xs Sun Sep 15 17:59:40 2002
@@ -7,6 +7,7 @@
#include "perl.h"
#include "XSUB.h"
+#include <libxml/parser.h>
#include <libxml/hash.h>
#include <libxml/xmlerror.h>
#include "gdome.h"