Add #include string.h to get prototypes.

This commit is contained in:
John Birrell 1998-05-09 10:10:52 +00:00
parent f6d6e5ef22
commit a43e3595f7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35879
2 changed files with 2 additions and 0 deletions

View File

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

View File

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