summaryrefslogtreecommitdiff
path: root/main/php_syslog.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/php_syslog.h')
-rw-r--r--main/php_syslog.h2
1 files changed, 1 insertions, 1 deletions
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