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