- Fix another generated header include

This commit is contained in:
foobar 2005-01-14 20:44:28 +00:00
parent 9de934c210
commit 14058c83e6
2 changed files with 2 additions and 2 deletions

View file

@ -97,7 +97,7 @@
#endif
#if HAVE_BUILD_DEFS_H
#include "build-defs.h"
#include <build-defs.h>
#endif
/*

View file

@ -25,7 +25,7 @@
#include "zend.h"
#include "ap_compat.h"
#else
#include "build-defs.h"
#include <build-defs.h>
#endif
#ifdef ZTS