summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/sh/arith_lex.l2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/sh/arith_lex.l b/bin/sh/arith_lex.l
index fead625..98146cb 100644
--- a/bin/sh/arith_lex.l
+++ b/bin/sh/arith_lex.l
@@ -44,6 +44,8 @@ static char sccsid[] = "@(#)arith_lex.l 8.3 (Berkeley) 5/4/95";
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
+#include <string.h>
+
#include "shell.h"
#include "y.tab.h"
#include "error.h"
OpenPOWER on IntegriCloud