From 2dcd7b4fae8288ffcc0cdb21441ba7fc528c149a Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 27 Jan 1997 07:32:35 +0000 Subject: Fallout from signal.h's inclusion of sys/time.h... --- games/battlestar/externs.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'games/battlestar/externs.h') diff --git a/games/battlestar/externs.h b/games/battlestar/externs.h index cb3513a3ea5..e9bb110bf7e 100644 --- a/games/battlestar/externs.h +++ b/games/battlestar/externs.h @@ -35,6 +35,14 @@ * @(#)externs.h 8.1 (Berkeley) 5/31/93 */ +/* + * sigh -- this program thinks "time" is an int. It's easier to not load + * than try and fix it. + */ +#define _KERNEL +#include +#undef _KERNEL + #include #include #include -- cgit v1.2.3