summaryrefslogtreecommitdiff
path: root/arrayfunc.c
diff options
context:
space:
mode:
Diffstat (limited to 'arrayfunc.c')
-rw-r--r--arrayfunc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arrayfunc.c b/arrayfunc.c
index a7294f85..c2ea0e5f 100644
--- a/arrayfunc.c
+++ b/arrayfunc.c
@@ -33,6 +33,9 @@
#include "pathexp.h"
#include "shmbutil.h"
+#if defined (HAVE_MBSTR_H) && defined (HAVE_MBSCHR)
+# include <mbstr.h> /* mbschr */
+#endif
#include "builtins/common.h"