From bcbafed2bb62af8e750a9e1866ad2c7a296aaeba Mon Sep 17 00:00:00 2001 From: tjr Date: Sat, 6 Sep 2003 16:33:55 +0000 Subject: #include for prototypes for strcpy() and strlen(). Submitted by: Stefan Farfeleder --- bin/sh/arith_lex.l | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin') 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 __FBSDID("$FreeBSD$"); +#include + #include "shell.h" #include "y.tab.h" #include "error.h" -- cgit v1.1