We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc477b5 commit 11914deCopy full SHA for 11914de
ext/opcache/ZendAccelerator.h
@@ -45,7 +45,7 @@
45
#endif
46
47
#ifdef HAVE_UNISTD_H
48
-# include "unistd.h"
+# include <unistd.h>
49
50
51
#include "zend_extensions.h"
ext/xsl/php_xsl.h
@@ -37,8 +37,8 @@ extern zend_module_entry xsl_module_entry;
37
#include <libexslt/exsltconfig.h>
38
39
40
-#include "../dom/xml_common.h"
41
-#include "../dom/xpath_callbacks.h"
+#include "ext/dom/xml_common.h"
+#include "ext/dom/xpath_callbacks.h"
42
43
#include <libxslt/extensions.h>
44
#include <libxml/xpathInternals.h>
0 commit comments