blob: 32ecc2e6447f653d1e273a4bcb1492abfa33b756 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ext_xsl_php__xsl.h,v 1.1 2019/12/15 17:56:34 taca Exp $
The dom header is now supplied by the main php bl3.
--- ext/xsl/php_xsl.h.orig 2017-03-14 13:17:46.000000000 +0000
+++ ext/xsl/php_xsl.h
@@ -41,7 +41,7 @@ extern zend_module_entry xsl_module_entr
#include <libexslt/exsltconfig.h>
#endif
-#include "../dom/xml_common.h"
+#include "dom/xml_common.h"
#include "xsl_fe.h"
#include <libxslt/extensions.h>
|