diff options
Diffstat (limited to 'ext/vpopmail/php_vpopmail.c')
-rw-r--r-- | ext/vpopmail/php_vpopmail.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/vpopmail/php_vpopmail.c b/ext/vpopmail/php_vpopmail.c index 19b7fb7786..206e5947ad 100644 --- a/ext/vpopmail/php_vpopmail.c +++ b/ext/vpopmail/php_vpopmail.c @@ -24,6 +24,10 @@ * incompat option is specified and work for minimal params */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #undef VPOPMAIL_IS_REALLY_OLD #include <errno.h> |