summaryrefslogtreecommitdiff
path: root/ext/mhash
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>2001-05-24 10:07:29 +0000
committerStig Bakken <ssb@php.net>2001-05-24 10:07:29 +0000
commit1beda9ee1e7a7bd317d65ddc05502047ce1af4b2 (patch)
tree1ed78ec09c3c92d0c86bbcd5bce0c0d3d0e385da /ext/mhash
parent9270ae31eedf1746beec35250555a41979566598 (diff)
downloadphp-git-1beda9ee1e7a7bd317d65ddc05502047ce1af4b2.tar.gz
* include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)
Diffstat (limited to 'ext/mhash')
-rw-r--r--ext/mhash/mhash.c4
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