Add #include string.h to get prototypes.
This commit is contained in:
parent
f6d6e5ef22
commit
a43e3595f7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35879
@ -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"
|
||||
|
||||
/*
|
||||
|
@ -35,6 +35,7 @@
|
||||
static char sccsid[] = "@(#)query.c 8.1 (Berkeley) 5/31/93";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <string.h>
|
||||
# include "robots.h"
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user