mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 10:43:32 +00:00
Add #include <string.h> to get prototypes.
This commit is contained in:
parent
58a76373c2
commit
e4fcd28b7f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=33697
@ -38,6 +38,7 @@
|
||||
static char sccsid[] = "@(#)parser4.c 8.1 (Berkeley) 6/6/93";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <string.h>
|
||||
#include "parser.h"
|
||||
|
||||
/*
|
||||
|
@ -38,6 +38,7 @@
|
||||
static char sccsid[] = "@(#)wwdump.c 8.1 (Berkeley) 6/6/93";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <string.h>
|
||||
#include "ww.h"
|
||||
#include "tt.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user