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