mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
#include <string.h> for prototypes for strcpy() and strlen().
Submitted by: Stefan Farfeleder
This commit is contained in:
parent
a5c1ae0c87
commit
94508dc9c8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=119799
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user