summaryrefslogtreecommitdiff
path: root/execute_cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'execute_cmd.c')
-rw-r--r--execute_cmd.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/execute_cmd.c b/execute_cmd.c
index 929e1437..a65c5c24 100644
--- a/execute_cmd.c
+++ b/execute_cmd.c
@@ -100,6 +100,10 @@ extern int errno;
# include "bashhist.h"
#endif
+#if defined (HAVE_MBSTR_H) && defined (HAVE_MBSCHR)
+# include <mbstr.h> /* mbschr */
+#endif
+
#if defined (ARRAY_VARS)
struct func_array_state
{