diff options
Diffstat (limited to 'ext/odbc')
-rw-r--r-- | ext/odbc/php_odbc.c | 4 | ||||
-rw-r--r-- | ext/odbc/velocis.c | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/ext/odbc/php_odbc.c b/ext/odbc/php_odbc.c index d40867dd1f..355436f63b 100644 --- a/ext/odbc/php_odbc.c +++ b/ext/odbc/php_odbc.c @@ -22,6 +22,10 @@ /* $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "php.h" #include "php_globals.h" diff --git a/ext/odbc/velocis.c b/ext/odbc/velocis.c index c9a82326cb..1491cb0239 100644 --- a/ext/odbc/velocis.c +++ b/ext/odbc/velocis.c @@ -24,6 +24,10 @@ * Check all on real life apps. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "php.h" #if WIN32 |