Add #include string.h to get prototypes.

This commit is contained in:
John Birrell 1998-05-09 08:46:53 +00:00
parent 7c4f10b829
commit 9b8dda7332
6 changed files with 6 additions and 0 deletions

View File

@ -45,6 +45,7 @@ static char sccsid[] = "@(#)io.c 8.1 (Berkeley) 5/31/93";
#include "hdr.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
getin(wrd1,wrd2) /* get command from user */

View File

@ -45,6 +45,7 @@ static char sccsid[] = "@(#)wizard.c 8.1 (Berkeley) 6/2/93";
#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
# include "hdr.h"

View File

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

View File

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

View File

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

View File

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