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/msql/php_msql.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ext/msql/php_msql.c') diff --git a/ext/msql/php_msql.c b/ext/msql/php_msql.c index 0f2847378c..6f77d4f42d 100644 --- a/ext/msql/php_msql.c +++ b/ext/msql/php_msql.c @@ -18,6 +18,10 @@ /* $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "php.h" #include "php_msql.h" #include "ext/standard/php_standard.h" -- cgit v1.2.1