summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/alloca.c2
-rw-r--r--main/php_compat.h2
-rw-r--r--main/php_scandir.h2
-rw-r--r--main/php_sprintf.c2
-rw-r--r--main/php_syslog.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/main/alloca.c b/main/alloca.c
index ae28159913..401649cee0 100644
--- a/main/alloca.c
+++ b/main/alloca.c
@@ -23,7 +23,7 @@
/* $Id$ */
-#include "php_config.h"
+#include <php_config.h>
#if !HAVE_ALLOCA
diff --git a/main/php_compat.h b/main/php_compat.h
index 5f11e0635b..ceb5cf8882 100644
--- a/main/php_compat.h
+++ b/main/php_compat.h
@@ -26,7 +26,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)
diff --git a/main/php_scandir.h b/main/php_scandir.h
index 7a2037fdf1..e963a8a33e 100644
--- a/main/php_scandir.h
+++ b/main/php_scandir.h
@@ -34,7 +34,7 @@
#elif NETWARE
#include "config.nw.h"
#else
-#include "php_config.h"
+#include <php_config.h>
#endif
#ifdef HAVE_DIRENT_H
diff --git a/main/php_sprintf.c b/main/php_sprintf.c
index 52a8490651..7e5e12fb33 100644
--- a/main/php_sprintf.c
+++ b/main/php_sprintf.c
@@ -26,7 +26,7 @@
#elif defined NETWARE
#include "config.nw.h"
#else
-#include "php_config.h"
+#include <php_config.h>
#endif
PHPAPI int
diff --git a/main/php_syslog.h b/main/php_syslog.h
index 3f93f28ee1..2a59d41ab5 100644
--- a/main/php_syslog.h
+++ b/main/php_syslog.h
@@ -29,7 +29,7 @@
#include <syslog.h>
#endif
#else
-#include "php_config.h"
+#include <php_config.h>
#ifdef HAVE_SYSLOG_H
#include <syslog.h>
#endif