Add #include string.h to get prototypes.
This commit is contained in:
parent
7c4f10b829
commit
9b8dda7332
@ -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 */
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user