From cbfa4e0150e45039bfd90790eea6dca891ce4af6 Mon Sep 17 00:00:00 2001 From: dholland Date: Fri, 19 Jun 2015 06:02:31 +0000 Subject: Abolish the foul practice of including every header in existence via a single central "include.h". Use only headers that are actually needed. --- atc/extern.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'atc/extern.h') 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 /* for time_t */ + + extern char GAMES[]; extern const char *filename; -- cgit v1.2.3