summaryrefslogtreecommitdiffstats
path: root/games/adventure/main.c
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1996-03-13 23:38:21 +0000
committerwosch <wosch@FreeBSD.org>1996-03-13 23:38:21 +0000
commitf828ac71807435bfc1ac883b0d2b4b284027ef20 (patch)
treea5b933e07cd2f8f26535e68c7ce5f52236fdb031 /games/adventure/main.c
parent749c34926cbe5c13e3d419b53bf440a97ce3fc62 (diff)
downloadFreeBSD-src-f828ac71807435bfc1ac883b0d2b4b284027ef20.zip
FreeBSD-src-f828ac71807435bfc1ac883b0d2b4b284027ef20.tar.gz
add missing include files
Diffstat (limited to 'games/adventure/main.c')
-rw-r--r--games/adventure/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/games/adventure/main.c b/games/adventure/main.c
index 6de4c37..89629df 100644
--- a/games/adventure/main.c
+++ b/games/adventure/main.c
@@ -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"
OpenPOWER on IntegriCloud