From e60a14029400aa36f907f23c8ccbbc1f122dd7e5 Mon Sep 17 00:00:00 2001 From: jsm Date: Thu, 9 Sep 1999 17:30:17 +0000 Subject: Include in various places in the games where time() or time_t are used. --- fortune/fortune/fortune.c | 5 +++-- fortune/strfile/strfile.c | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'fortune') diff --git a/fortune/fortune/fortune.c b/fortune/fortune/fortune.c index 1839e15e..272c84cb 100644 --- a/fortune/fortune/fortune.c +++ b/fortune/fortune/fortune.c @@ -1,4 +1,4 @@ -/* $NetBSD: fortune.c,v 1.18 1999/09/08 21:57:16 jsm Exp $ */ +/* $NetBSD: fortune.c,v 1.19 1999/09/09 17:30:19 jsm Exp $ */ /*- * Copyright (c) 1986, 1993 @@ -46,7 +46,7 @@ __COPYRIGHT("@(#) Copyright (c) 1986, 1993\n\ #if 0 static char sccsid[] = "@(#)fortune.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: fortune.c,v 1.18 1999/09/08 21:57:16 jsm Exp $"); +__RCSID("$NetBSD: fortune.c,v 1.19 1999/09/09 17:30:19 jsm Exp $"); #endif #endif /* not lint */ @@ -62,6 +62,7 @@ __RCSID("$NetBSD: fortune.c,v 1.18 1999/09/08 21:57:16 jsm Exp $"); # include # include # include +# include # include "strfile.h" # include "pathnames.h" diff --git a/fortune/strfile/strfile.c b/fortune/strfile/strfile.c index 9218a507..0d74f4e2 100644 --- a/fortune/strfile/strfile.c +++ b/fortune/strfile/strfile.c @@ -1,4 +1,4 @@ -/* $NetBSD: strfile.c,v 1.11 1999/09/08 21:57:17 jsm Exp $ */ +/* $NetBSD: strfile.c,v 1.12 1999/09/09 17:30:19 jsm Exp $ */ /*- * Copyright (c) 1989, 1993 @@ -46,7 +46,7 @@ __COPYRIGHT("@(#) Copyright (c) 1989, 1993\n\ #if 0 static char sccsid[] = "@(#)strfile.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: strfile.c,v 1.11 1999/09/08 21:57:17 jsm Exp $"); +__RCSID("$NetBSD: strfile.c,v 1.12 1999/09/09 17:30:19 jsm Exp $"); #endif #endif /* not lint */ @@ -57,6 +57,7 @@ __RCSID("$NetBSD: strfile.c,v 1.11 1999/09/08 21:57:17 jsm Exp $"); # include # include # include +# include # include # include "strfile.h" -- cgit v1.2.3