diff options
author | Andi Gutmans <andi@php.net> | 2000-03-10 12:26:59 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-03-10 12:26:59 +0000 |
commit | cf89b8db5a264d1179edb9e876ebc32f80c5ee2b (patch) | |
tree | 1bfe5aa1ae901c45c2884b47a66288a182d2eb18 /Zend/zend_modules.h | |
parent | fc1bc7102f5ca562d510ca07cc119b7c9add587c (diff) | |
download | php-git-cf89b8db5a264d1179edb9e876ebc32f80c5ee2b.tar.gz |
- That broke the Win32 build
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 5b7d5d93cd..287085fb64 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_config.h" +#include "zend.h" #define ZEND_MODULE_API_NO 20000310 |