diff options
author | Andi Gutmans <andi@php.net> | 2000-03-10 08:36:04 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-03-10 08:36:04 +0000 |
commit | ab5ca792e434e6ebc2b643a7137bd74356ba08d3 (patch) | |
tree | 57bfb0e2a14feb1c4738123afac89f3ba6864a2a /Zend/zend_modules.h | |
parent | 909f3af8dc24e9dd9be152779c0b237f7ae89875 (diff) | |
download | php-git-ab5ca792e434e6ebc2b643a7137bd74356ba08d3.tar.gz |
- zend_config.h is enough
Diffstat (limited to 'Zend/zend_modules.h')
-rw-r--r-- | Zend/zend_modules.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_modules.h b/Zend/zend_modules.h index f57ebfc11e..083a346bce 100644 --- a/Zend/zend_modules.h +++ b/Zend/zend_modules.h @@ -30,7 +30,7 @@ #define GINIT_FUNC_ARGS void #define GINIT_FUNC_ARGS_PASSTHRU -#include "zend.h" +#include "zend_config.h" #ifdef ZTS #define USING_ZTS 1 |