aboutsummaryrefslogtreecommitdiff
path: root/games/adventure/init.c
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1996-03-13 23:38:21 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1996-03-13 23:38:21 +0000
commit1efffb8ab15e7b8c6f4969d9cde2429a22e27836 (patch)
treea5b933e07cd2f8f26535e68c7ce5f52236fdb031 /games/adventure/init.c
parenta59d00fc6978147b93d65ca5b4ff0570ddd86e83 (diff)
downloadsrc-1efffb8ab15e7b8c6f4969d9cde2429a22e27836.tar.gz
src-1efffb8ab15e7b8c6f4969d9cde2429a22e27836.zip
add missing include files
Notes
Notes: svn path=/head/; revision=14620
Diffstat (limited to 'games/adventure/init.c')
-rw-r--r--games/adventure/init.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/games/adventure/init.c b/games/adventure/init.c
index 137f3c8b8a17..8236c52e04b3 100644
--- a/games/adventure/init.c
+++ b/games/adventure/init.c
@@ -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;