mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-18 05:53:36 +01:00
add missing include files
This commit is contained in:
parent
a59d00fc69
commit
1efffb8ab1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14620
@ -42,6 +42,7 @@ static char sccsid[] = "@(#)done.c 8.1 (Berkeley) 5/31/93";
|
||||
|
||||
/* Re-coding of advent in C: termination routines */
|
||||
|
||||
#include <stdio.h>
|
||||
#include "hdr.h"
|
||||
|
||||
score() /* sort of like 20000 */
|
||||
|
@ -43,7 +43,9 @@ static char sccsid[] = "@(#)init.c 8.1 (Berkeley) 6/2/93";
|
||||
/* Re-coding of advent in C: data initialization */
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <signal.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include "hdr.h"
|
||||
|
||||
int blklin = TRUE;
|
||||
|
@ -44,6 +44,7 @@ static char sccsid[] = "@(#)io.c 8.1 (Berkeley) 5/31/93";
|
||||
|
||||
#include "hdr.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
||||
getin(wrd1,wrd2) /* get command from user */
|
||||
|
@ -49,6 +49,7 @@ static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/2/93";
|
||||
/* Re-coding of advent in C: main program */
|
||||
|
||||
#include <sys/file.h>
|
||||
#include <signal.h>
|
||||
#include <stdio.h>
|
||||
#include "hdr.h"
|
||||
|
||||
|
@ -41,6 +41,7 @@ static char sccsid[] = "@(#)save.c 8.1 (Berkeley) 5/31/93";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include "hdr.h"
|
||||
|
||||
struct savestruct
|
||||
|
@ -42,6 +42,7 @@ static char sccsid[] = "@(#)subr.c 8.1 (Berkeley) 5/31/93";
|
||||
|
||||
/* Re-coding of advent in C: subroutines from main */
|
||||
|
||||
#include <stdio.h>
|
||||
# include "hdr.h"
|
||||
|
||||
/* Statement functions */
|
||||
|
@ -42,6 +42,7 @@ static char sccsid[] = "@(#)vocab.c 8.1 (Berkeley) 5/31/93";
|
||||
|
||||
/* Re-coding of advent in C: data structure routines */
|
||||
|
||||
#include <stdio.h>
|
||||
# include "hdr.h"
|
||||
|
||||
dstroy(object)
|
||||
|
@ -42,6 +42,8 @@ static char sccsid[] = "@(#)wizard.c 8.1 (Berkeley) 6/2/93";
|
||||
|
||||
/* Re-coding of advent in C: privileged operations */
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <stdio.h>
|
||||
# include "hdr.h"
|
||||
|
||||
datime(d,t)
|
||||
|
Loading…
Reference in New Issue
Block a user