diff options
Diffstat (limited to 'ext/oci8/oci8.c')
-rw-r--r-- | ext/oci8/oci8.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index 7c3599806e..6856da1402 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -53,6 +53,10 @@ /* {{{ includes & stuff */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "php.h" #include "ext/standard/info.h" |