diff options
Diffstat (limited to 'ext/mcal/php_mcal.c')
-rw-r--r-- | ext/mcal/php_mcal.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/mcal/php_mcal.c b/ext/mcal/php_mcal.c index b3e3f04710..cb42cbd962 100644 --- a/ext/mcal/php_mcal.c +++ b/ext/mcal/php_mcal.c @@ -23,6 +23,10 @@ #undef ERROR #endif +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "php.h" #if HAVE_MCAL |