summaryrefslogtreecommitdiff
blob: 780bc638d45995120e42f4c1bd118eb992e77b8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- XML-GDOME-0.86/generate~	2004-03-30 23:08:48.000000000 +0100
+++ XML-GDOME-0.86/generate	2010-03-21 12:16:55.000000000 +0000
@@ -64,6 +64,8 @@
 #include "XSUB.h"
 
 #include <libxml/xmlerror.h>
+#include <libxml/xinclude.h>
+#include <libxml/xpath.h>
 #include "gdome.h"
 #include "gdome-xpath.h"
 /*#include "gdome-traversal.h"
--- XML-GDOME-0.86/GDOME.xs~	2003-12-02 09:30:40.000000000 +0000
+++ XML-GDOME-0.86/GDOME.xs	2010-03-21 12:27:30.000000000 +0000
@@ -9,6 +9,8 @@
 
 /*#include <libxml/hash.h>*/
 #include <libxml/xmlerror.h>
+#include <libxml/xinclude.h>
+#include <libxml/xpath.h>
 #include "gdome.h"
 #include "gdome-xpath.h"
 /*#include "gdome-traversal.h"