From 1beda9ee1e7a7bd317d65ddc05502047ce1af4b2 Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Thu, 24 May 2001 10:07:29 +0000 Subject: * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) --- ext/oracle/oracle.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ext/oracle/oracle.c') diff --git a/ext/oracle/oracle.c b/ext/oracle/oracle.c index 3e37fc7a22..2c65df62a8 100644 --- a/ext/oracle/oracle.c +++ b/ext/oracle/oracle.c @@ -25,6 +25,10 @@ #define HAS_OLOG 1 +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "php.h" #include "zend_globals.h" -- cgit v1.2.1