From 242fae44ff9a82a7eca0b4a8cbfc4c974e7294c9 Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Thu, 24 May 2001 12:43:43 +0000 Subject: MFH --- ext/mssql/php_mssql.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ext/mssql/php_mssql.c') diff --git a/ext/mssql/php_mssql.c b/ext/mssql/php_mssql.c index f47607b170..61870726b7 100644 --- a/ext/mssql/php_mssql.c +++ b/ext/mssql/php_mssql.c @@ -22,6 +22,10 @@ #define HAVE_MSSQL 1 #endif +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "php.h" #include "php_globals.h" #include "ext/standard/php_standard.h" -- cgit v1.2.1