Skip to content

Commit d608f1a

Browse files
author
Anantha Kesari H Y
committed
including zend_compile.h for NetWare as NetWare uses MetroWerks Code warrior compiler which does not allow declarations of following kind before defining the types.
extern struct _zend_arg_info first_arg_force_ref[2];
1 parent 5bf2be3 commit d608f1a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Zend/zend_modules.h

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424

2525
#include "zend.h"
2626

27+
#ifdef NETWARE
28+
#include "zend_compile.h"
29+
#endif
2730
#define INIT_FUNC_ARGS int type, int module_number TSRMLS_DC
2831
#define INIT_FUNC_ARGS_PASSTHRU type, module_number TSRMLS_CC
2932
#define SHUTDOWN_FUNC_ARGS int type, int module_number TSRMLS_DC

0 commit comments

Comments
 (0)