diff options
Diffstat (limited to 'ext/sablot/sablot.c')
-rw-r--r-- | ext/sablot/sablot.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/sablot/sablot.c b/ext/sablot/sablot.c index aefc0c82fb..dbe3fcc873 100644 --- a/ext/sablot/sablot.c +++ b/ext/sablot/sablot.c @@ -16,6 +16,10 @@ +----------------------------------------------------------------------+ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "php.h" #if HAVE_SABLOT |