diff --git a/ext/opcache/ZendAccelerator.h b/ext/opcache/ZendAccelerator.h index c23a3a4621724..075ff9aee98af 100644 --- a/ext/opcache/ZendAccelerator.h +++ b/ext/opcache/ZendAccelerator.h @@ -45,7 +45,7 @@ #endif #ifdef HAVE_UNISTD_H -# include "unistd.h" +# include #endif #include "zend_extensions.h" diff --git a/ext/xsl/php_xsl.h b/ext/xsl/php_xsl.h index 8590b7ad92222..d8aba1b9be7d8 100644 --- a/ext/xsl/php_xsl.h +++ b/ext/xsl/php_xsl.h @@ -37,8 +37,8 @@ extern zend_module_entry xsl_module_entry; #include #endif -#include "../dom/xml_common.h" -#include "../dom/xpath_callbacks.h" +#include "ext/dom/xml_common.h" +#include "ext/dom/xpath_callbacks.h" #include #include