diff options
Diffstat (limited to 'ext/pspell/pspell.c')
-rw-r--r-- | ext/pspell/pspell.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/pspell/pspell.c b/ext/pspell/pspell.c index f197e543cb..78f8eaf160 100644 --- a/ext/pspell/pspell.c +++ b/ext/pspell/pspell.c @@ -20,6 +20,10 @@ #define IS_EXT_MODULE +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "php.h" #include <stdlib.h> |