diff options
Diffstat (limited to 'main/php_compat.h')
-rw-r--r-- | main/php_compat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php_compat.h b/main/php_compat.h index 3215d58f6f..6725c4fdb8 100644 --- a/main/php_compat.h +++ b/main/php_compat.h @@ -6,7 +6,7 @@ #elif defined(NETWARE) #include "config.nw.h" #else -#include "php_config.h" +#include <php_config.h> #endif #if defined(HAVE_BUNDLED_PCRE) || !defined(PHP_VERSION) |