]> granicus.if.org Git - php/commitdiff
- MFH
authorAndi Gutmans <andi@php.net>
Thu, 24 Feb 2005 18:19:09 +0000 (18:19 +0000)
committerAndi Gutmans <andi@php.net>
Thu, 24 Feb 2005 18:19:09 +0000 (18:19 +0000)
Zend/zend_modules.h

index f5f286134a18b573e78feda57ffa5fc9d50a780b..2ee34ded9d7db492f7a679b70f55377fdfe0a5ce 100644 (file)
@@ -23,6 +23,7 @@
 #define MODULES_H
 
 #include "zend.h"
+#include "zend_compile.h"
 
 #define INIT_FUNC_ARGS         int type, int module_number TSRMLS_DC
 #define INIT_FUNC_ARGS_PASSTHRU        type, module_number TSRMLS_CC