summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian France <bfrance@php.net>2003-08-06 15:16:46 +0000
committerBrian France <bfrance@php.net>2003-08-06 15:16:46 +0000
commit589d0f142313e6244d0421839124a93c81c1dcbd (patch)
treefe5869ab0bbe66b57a67b0b40a1428c7840ecbb4
parentd06a572fc94c33150ff0c52903430705b026f78e (diff)
downloadphp-git-589d0f142313e6244d0421839124a93c81c1dcbd.tar.gz
MFB: added include config.h so shared extensions builds work correctly
-rw-r--r--ext/mbstring/mbregex.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/mbstring/mbregex.c b/ext/mbstring/mbregex.c
index 34a0550cb4..1e6c6effc1 100644
--- a/ext/mbstring/mbregex.c
+++ b/ext/mbstring/mbregex.c
@@ -23,6 +23,10 @@
#include "php.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#if HAVE_MBREGEX
#define re_compile_pattern mbre_compile_pattern