summaryrefslogtreecommitdiff
path: root/sapi/apache_hooks/php_apache.c
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-01-14 20:45:11 +0000
committerfoobar <sniper@php.net>2005-01-14 20:45:11 +0000
commitb8f8302bbc11672453221f47ca93e2dbb4a3e1d8 (patch)
treef667c705e199a0e6e79a5886bcee2fb0587d79fd /sapi/apache_hooks/php_apache.c
parent33406179c382206756878f43992d74db225f432a (diff)
downloadphp-git-b8f8302bbc11672453221f47ca93e2dbb4a3e1d8.tar.gz
MFH: - Fix another generated header include
Diffstat (limited to 'sapi/apache_hooks/php_apache.c')
-rw-r--r--sapi/apache_hooks/php_apache.c2
1 files changed, 1 insertions, 1 deletions
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