mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Unbreak: include libxml/parser.h before libxml/hash.h.
This commit is contained in:
parent
de00238ffb
commit
2a671f2bcd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94063
1 changed files with 10 additions and 0 deletions
10
textproc/p5-XML-GDOME/files/patch-GDOME.xs
Normal file
10
textproc/p5-XML-GDOME/files/patch-GDOME.xs
Normal 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"
|
Loading…
Add table
Reference in a new issue