]> granicus.if.org Git - php/commitdiff
MFH: - Fix another generated header include
authorfoobar <sniper@php.net>
Fri, 14 Jan 2005 20:45:11 +0000 (20:45 +0000)
committerfoobar <sniper@php.net>
Fri, 14 Jan 2005 20:45:11 +0000 (20:45 +0000)
main/php.h
sapi/apache_hooks/php_apache.c

index 5304d2bb1bea50d4fa657ce41e04cf321514a6ce..0ee8d0f65ba3b54cdef15a90a31f45fedb846b88 100644 (file)
 #endif
 
 #if HAVE_BUILD_DEFS_H
-#include "build-defs.h"
+#include <build-defs.h>
 #endif
 
 /*
index acbbee6e5dcb023ee2dd1af1aa46d665a5b7a898..44f54c363710cecdc6fa085832d666e55b29b025 100644 (file)
@@ -25,7 +25,7 @@
 #include "zend.h"
 #include "ap_compat.h"
 #else
-#include "build-defs.h"
+#include <build-defs.h>
 #endif
 
 #ifdef ZTS