summaryrefslogtreecommitdiffstats
path: root/battlestar/extern.h
diff options
context:
space:
mode:
authorperry <perry@NetBSD.org>1998-02-03 04:55:59 +0000
committerperry <perry@NetBSD.org>1998-02-03 04:55:59 +0000
commit7db9353c5306c7ae009224de8c382ff9418584fc (patch)
treed212a63bdbdac498788753830926925e43f76966 /battlestar/extern.h
parent721e1458cb5ea112f777834f0d7a1a0602047358 (diff)
downloadbsdgames-darwin-7db9353c5306c7ae009224de8c382ff9418584fc.tar.gz
bsdgames-darwin-7db9353c5306c7ae009224de8c382ff9418584fc.tar.zst
bsdgames-darwin-7db9353c5306c7ae009224de8c382ff9418584fc.zip
change includes to fix compiler warning
Diffstat (limited to 'battlestar/extern.h')
-rw-r--r--battlestar/extern.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/battlestar/extern.h b/battlestar/extern.h
index df79ccdc..19e8b310 100644
--- a/battlestar/extern.h
+++ b/battlestar/extern.h
@@ -1,4 +1,4 @@
-/* $NetBSD: extern.h,v 1.6 1997/10/11 02:07:18 lukem Exp $ */
+/* $NetBSD: extern.h,v 1.7 1998/02/03 05:39:25 perry Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -35,6 +35,8 @@
* @(#)externs.h 8.1 (Berkeley) 5/31/93
*/
+#include <sys/time.h>
+
#include <ctype.h>
#include <err.h>
#include <pwd.h>