aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2003-09-06 16:33:55 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2003-09-06 16:33:55 +0000
commit94508dc9c8258dcd02fb2137d322006ef0a16b0d (patch)
tree10a187c7a07eb4f26a0c8adfb424a85a79547b7b /bin
parenta5c1ae0c8712f604c4fddc663ba8190a1ebb30fb (diff)
Notes
Diffstat (limited to 'bin')
-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 fead625dfa1c..98146cb04a87 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"