summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main/php.h2
-rw-r--r--sapi/apache_hooks/php_apache.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/main/php.h b/main/php.h
index 9e453eedb3..c650d783e8 100644
--- a/main/php.h
+++ b/main/php.h
@@ -97,7 +97,7 @@
#endif
#if HAVE_BUILD_DEFS_H
-#include "build-defs.h"
+#include <build-defs.h>
#endif
/*
diff --git a/sapi/apache_hooks/php_apache.c b/sapi/apache_hooks/php_apache.c
index acbbee6e5d..44f54c3637 100644
--- a/sapi/apache_hooks/php_apache.c
+++ b/sapi/apache_hooks/php_apache.c
@@ -25,7 +25,7 @@
#include "zend.h"
#include "ap_compat.h"
#else
-#include "build-defs.h"
+#include <build-defs.h>
#endif
#ifdef ZTS