From 3bd46c45bcef32e5f54d70344e4717e8d3b641af Mon Sep 17 00:00:00 2001 From: jsm Date: Tue, 14 Sep 1999 18:08:46 +0000 Subject: Use time() instead of gettimeofday(). --- battlestar/extern.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'battlestar/extern.h') diff --git a/battlestar/extern.h b/battlestar/extern.h index f431dd46..0b48dafc 100644 --- a/battlestar/extern.h +++ b/battlestar/extern.h @@ -1,4 +1,4 @@ -/* $NetBSD: extern.h,v 1.13 1999/09/13 17:18:57 jsm Exp $ */ +/* $NetBSD: extern.h,v 1.14 1999/09/14 18:08:46 jsm Exp $ */ /* * Copyright (c) 1983, 1993 @@ -35,8 +35,6 @@ * @(#)externs.h 8.1 (Berkeley) 5/31/93 */ -#include - #include #include #include @@ -44,6 +42,7 @@ #include #include #include +#include #include #define BITS (8 * sizeof (int)) -- cgit v1.2.3-56-ge451