From 8c1a1b7bdf95d458d9175acd4f36956042931842 Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Mon, 6 Mar 1989 04:29:35 -0800 Subject: [PATCH] pwd.h needs types.h SCCS-vsn: games/battlestar/init.c 5.3 --- usr/src/games/battlestar/init.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr/src/games/battlestar/init.c b/usr/src/games/battlestar/init.c index d4fae75927..3e998402f9 100644 --- a/usr/src/games/battlestar/init.c +++ b/usr/src/games/battlestar/init.c @@ -16,9 +16,10 @@ */ #ifndef lint -static char sccsid[] = "@(#)init.c 5.2 (Berkeley) %G%"; +static char sccsid[] = "@(#)init.c 5.3 (Berkeley) %G%"; #endif /* not lint */ +#include #include "externs.h" #include -- 2.20.1