]> granicus.if.org Git - php/commitdiff
including zend_compile.h for NetWare as NetWare uses MetroWerks Code warrior compiler...
authorAnantha Kesari H Y <hyanantha@php.net>
Mon, 18 Oct 2004 12:06:57 +0000 (12:06 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Mon, 18 Oct 2004 12:06:57 +0000 (12:06 +0000)
extern struct _zend_arg_info first_arg_force_ref[2];

Zend/zend_modules.h

index af9f7779a64201b14e53679cbeae379943fb44bd..de9b42c8fbef7b18121cb5cbca1ecd778ee10148 100644 (file)
@@ -24,6 +24,9 @@
 
 #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