diff options
Diffstat (limited to 'hangman/setup.c')
| -rw-r--r-- | hangman/setup.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hangman/setup.c b/hangman/setup.c index 4ba9f7df..81a97339 100644 --- a/hangman/setup.c +++ b/hangman/setup.c @@ -1,4 +1,4 @@ -/* $NetBSD: setup.c,v 1.6 1999/09/08 21:17:50 jsm Exp $ */ +/* $NetBSD: setup.c,v 1.7 1999/09/09 17:30:20 jsm Exp $ */ /*- * Copyright (c) 1983, 1993 @@ -38,11 +38,12 @@ #if 0 static char sccsid[] = "@(#)setup.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: setup.c,v 1.6 1999/09/08 21:17:50 jsm Exp $"); +__RCSID("$NetBSD: setup.c,v 1.7 1999/09/09 17:30:20 jsm Exp $"); #endif #endif /* not lint */ #include <err.h> +#include <time.h> #include "hangman.h" /* |
