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

This commit is contained in:
John Birrell 1998-02-20 07:48:36 +00:00
parent 05b706676b
commit 309df62fd9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=33663
5 changed files with 5 additions and 0 deletions

View File

@ -37,6 +37,7 @@
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <unistd.h>

View File

@ -32,6 +32,7 @@
*
*/
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
#include <regex.h>
#include <sys/param.h>

View File

@ -37,6 +37,7 @@
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#include "die.h"
#include "getdbpath.h"

View File

@ -31,6 +31,7 @@
* makepath.c 20-Oct-97
*
*/
#include <string.h>
#include <sys/param.h>
#include "makepath.h"
/*

View File

@ -33,6 +33,7 @@
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "mgets.h"
#include "die.h"