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