summaryrefslogtreecommitdiff
path: root/textproc/php5-xsl/files/patch-php_xsl.h
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/php5-xsl/files/patch-php_xsl.h')
-rw-r--r--textproc/php5-xsl/files/patch-php_xsl.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/textproc/php5-xsl/files/patch-php_xsl.h b/textproc/php5-xsl/files/patch-php_xsl.h
new file mode 100644
index 000000000000..22a7df993f92
--- /dev/null
+++ b/textproc/php5-xsl/files/patch-php_xsl.h
@@ -0,0 +1,15 @@
+--- php_xsl.h.orig Tue Jan 17 14:50:15 2006
++++ php_xsl.h Tue Jan 17 14:50:53 2006
+@@ -43,7 +43,11 @@
+ #include <libexslt/exsltconfig.h>
+ #endif
+
+-#include "../dom/xml_common.h"
++#ifdef HAVE_CONFIG_H
++#include "config.h"
++#endif
++
++#include "ext/dom/xml_common.h"
+ #include "xsl_fe.h"
+
+ #include <libxslt/extensions.h>