diff options
Diffstat (limited to 'ext/icap/php_icap.c')
-rw-r--r-- | ext/icap/php_icap.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/icap/php_icap.c b/ext/icap/php_icap.c index e7455b2532..b2f9a613c1 100644 --- a/ext/icap/php_icap.c +++ b/ext/icap/php_icap.c @@ -34,6 +34,10 @@ #undef ERROR #endif +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "php.h" #if HAVE_ICAP |