diff options
Diffstat (limited to 'ext/odbc/velocis.c')
-rw-r--r-- | ext/odbc/velocis.c | 4 |
1 files changed, 4 insertions, 0 deletions
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 |