Add #include <string.h> to get prototypes.

This commit is contained in:
John Birrell 1998-02-20 19:53:12 +00:00
parent 58a76373c2
commit e4fcd28b7f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=33697
2 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,7 @@
static char sccsid[] = "@(#)parser4.c 8.1 (Berkeley) 6/6/93";
#endif /* not lint */
#include <string.h>
#include "parser.h"
/*

View File

@ -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"