From 91a6ed234d0d096fed8332966935a0a0320c619b Mon Sep 17 00:00:00 2001 From: foobar Date: Wed, 31 Oct 2001 00:20:34 +0000 Subject: [PATCH] Works now with phpize --- ext/java/java.c | 7 ++++++- ext/rpc/java/java.c | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ext/java/java.c b/ext/java/java.c index 833e5a3fce..0b32ee533e 100644 --- a/ext/java/java.c +++ b/ext/java/java.c @@ -18,12 +18,17 @@ /* $Id$ */ + +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + + /* * This module implements Zend OO syntax overloading support for Java * components using JNI and reflection. */ - #include "php.h" #include "zend_compile.h" #include "php_ini.h" diff --git a/ext/rpc/java/java.c b/ext/rpc/java/java.c index 833e5a3fce..0b32ee533e 100644 --- a/ext/rpc/java/java.c +++ b/ext/rpc/java/java.c @@ -18,12 +18,17 @@ /* $Id$ */ + +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + + /* * This module implements Zend OO syntax overloading support for Java * components using JNI and reflection. */ - #include "php.h" #include "zend_compile.h" #include "php_ini.h" -- 2.40.0