diff options
Diffstat (limited to 'sapi/apache_hooks/php_apache_http.h')
-rw-r--r-- | sapi/apache_hooks/php_apache_http.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/apache_hooks/php_apache_http.h b/sapi/apache_hooks/php_apache_http.h index 2a030482f6..23cf7fea69 100644 --- a/sapi/apache_hooks/php_apache_http.h +++ b/sapi/apache_hooks/php_apache_http.h @@ -11,7 +11,7 @@ #include "zend.h" #include "zend_stack.h" -#include "php_regex.h" +#include "ext/ereg/php_regex.h" #include "httpd.h" #include "http_config.h" |