summaryrefslogtreecommitdiffstats
path: root/atc/extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'atc/extern.h')
-rw-r--r--atc/extern.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/atc/extern.h b/atc/extern.h
index 7131a6a3..89764df2 100644
--- a/atc/extern.h
+++ b/atc/extern.h
@@ -1,4 +1,4 @@
-/* $NetBSD: extern.h,v 1.17 2014/03/22 22:58:56 dholland Exp $ */
+/* $NetBSD: extern.h,v 1.18 2015/06/19 06:02:31 dholland Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -43,6 +43,9 @@
* For more info on this and all of my stuff, mail edjames@berkeley.edu.
*/
+#include <time.h> /* for time_t */
+
+
extern char GAMES[];
extern const char *filename;