From: Andi Gutmans Date: Thu, 24 Feb 2005 03:11:29 +0000 (+0000) Subject: - Need zend_Compile.h for struct _zend_arg_info definiton (thanks to Joe X-Git-Tag: RELEASE_0_3~213 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de9206a9e9ff1ca95773d9812a986be778373467;p=php - Need zend_Compile.h for struct _zend_arg_info definiton (thanks to Joe Orton) --- diff --git a/Zend/zend_modules.h b/Zend/zend_modules.h index dd152507ce..f41f10eed6 100644 --- a/Zend/zend_modules.h +++ b/Zend/zend_modules.h @@ -23,10 +23,8 @@ #define MODULES_H #include "zend.h" - -#ifdef NETWARE #include "zend_compile.h" -#endif + #define INIT_FUNC_ARGS int type, int module_number TSRMLS_DC #define INIT_FUNC_ARGS_PASSTHRU type, module_number TSRMLS_CC #define SHUTDOWN_FUNC_ARGS int type, int module_number TSRMLS_DC