diff options
author | Stig Bakken <ssb@php.net> | 2001-05-24 12:43:43 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 2001-05-24 12:43:43 +0000 |
commit | 242fae44ff9a82a7eca0b4a8cbfc4c974e7294c9 (patch) | |
tree | a0e6e00e59e809e121e28ba5713b7951d6cab97d /ext/mssql/php_mssql.c | |
parent | c9072180bc0a09a55283b246a9cb89a6bd563466 (diff) | |
download | php-git-242fae44ff9a82a7eca0b4a8cbfc4c974e7294c9.tar.gz |
MFH
Diffstat (limited to 'ext/mssql/php_mssql.c')
-rw-r--r-- | ext/mssql/php_mssql.c | 4 |
1 files changed, 4 insertions, 0 deletions
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" |