summaryrefslogtreecommitdiffstats
path: root/adventure
diff options
context:
space:
mode:
authorperry <perry@NetBSD.org>1998-02-03 04:55:59 +0000
committerperry <perry@NetBSD.org>1998-02-03 04:55:59 +0000
commit7db9353c5306c7ae009224de8c382ff9418584fc (patch)
treed212a63bdbdac498788753830926925e43f76966 /adventure
parent721e1458cb5ea112f777834f0d7a1a0602047358 (diff)
downloadbsdgames-darwin-7db9353c5306c7ae009224de8c382ff9418584fc.tar.gz
bsdgames-darwin-7db9353c5306c7ae009224de8c382ff9418584fc.tar.zst
bsdgames-darwin-7db9353c5306c7ae009224de8c382ff9418584fc.zip
change includes to fix compiler warning
Diffstat (limited to 'adventure')
-rw-r--r--adventure/init.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/adventure/init.c b/adventure/init.c
index 8b2252cc..b2089eb3 100644
--- a/adventure/init.c
+++ b/adventure/init.c
@@ -1,4 +1,4 @@
-/* $NetBSD: init.c,v 1.7 1997/10/11 01:53:28 lukem Exp $ */
+/* $NetBSD: init.c,v 1.8 1998/02/03 05:32:13 perry Exp $ */
/*-
* Copyright (c) 1993
@@ -43,7 +43,7 @@
#if 0
static char sccsid[] = "@(#)init.c 8.1 (Berkeley) 6/2/93";
#else
-__RCSID("$NetBSD: init.c,v 1.7 1997/10/11 01:53:28 lukem Exp $");
+__RCSID("$NetBSD: init.c,v 1.8 1998/02/03 05:32:13 perry Exp $");
#endif
#endif /* not lint */
@@ -53,7 +53,9 @@ __RCSID("$NetBSD: init.c,v 1.7 1997/10/11 01:53:28 lukem Exp $");
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
+#include <time.h>
#include <unistd.h>
+
#include "hdr.h"
#include "extern.h"