summaryrefslogtreecommitdiffstats
path: root/wump
diff options
context:
space:
mode:
authorjsm <jsm@NetBSD.org>1999-09-09 17:30:17 +0000
committerjsm <jsm@NetBSD.org>1999-09-09 17:30:17 +0000
commite60a14029400aa36f907f23c8ccbbc1f122dd7e5 (patch)
tree87c77d6e45cc0b6f0d313e2585b040b2b8a4773b /wump
parent05028c2aa439ddb8c5624303ab13b755c79e3930 (diff)
downloadbsdgames-darwin-e60a14029400aa36f907f23c8ccbbc1f122dd7e5.tar.gz
bsdgames-darwin-e60a14029400aa36f907f23c8ccbbc1f122dd7e5.tar.zst
bsdgames-darwin-e60a14029400aa36f907f23c8ccbbc1f122dd7e5.zip
Include <time.h> in various places in the games where time() or time_t
are used.
Diffstat (limited to 'wump')
-rw-r--r--wump/wump.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/wump/wump.c b/wump/wump.c
index 5d6066b3..638bb060 100644
--- a/wump/wump.c
+++ b/wump/wump.c
@@ -1,4 +1,4 @@
-/* $NetBSD: wump.c,v 1.9 1999/07/14 22:49:27 hubertf Exp $ */
+/* $NetBSD: wump.c,v 1.10 1999/09/09 17:30:20 jsm Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -47,7 +47,7 @@ __COPYRIGHT("@(#) Copyright (c) 1989, 1993\n\
#if 0
static char sccsid[] = "@(#)wump.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: wump.c,v 1.9 1999/07/14 22:49:27 hubertf Exp $");
+__RCSID("$NetBSD: wump.c,v 1.10 1999/09/09 17:30:20 jsm Exp $");
#endif
#endif /* not lint */
@@ -64,6 +64,7 @@ __RCSID("$NetBSD: wump.c,v 1.9 1999/07/14 22:49:27 hubertf Exp $");
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <time.h>
#include <unistd.h>
#include "pathnames.h"