blob: 69f1140af49dbeeb08b830b6a58d759e573aa2e2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- php_xsl.h.orig 2020-10-16 22:10:29 UTC
+++ php_xsl.h
@@ -37,7 +37,7 @@ extern zend_module_entry xsl_module_entr
#include <libexslt/exsltconfig.h>
#endif
-#include "../dom/xml_common.h"
+#include "ext/dom/xml_common.h"
#include <libxslt/extensions.h>
#include <libxml/xpathInternals.h>
|