diff options
author | foobar <sniper@php.net> | 2005-01-14 20:44:28 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-01-14 20:44:28 +0000 |
commit | 14058c83e6a9332a4ae393c030d3198d02b35d51 (patch) | |
tree | ce118836957da57abf89cb4575992a2817b5f119 /main/php.h | |
parent | 9de934c2108649725c7069934f6ca5d6ada6d1c3 (diff) | |
download | php-git-14058c83e6a9332a4ae393c030d3198d02b35d51.tar.gz |
- Fix another generated header include
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 2 |
1 files changed, 1 insertions, 1 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 /* |