From 51e987c28f51cd03c2460c6442a7b9f0d09308aa Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Sun, 9 Dec 1990 00:43:13 -0800 Subject: [PATCH] wait needs types.h SCCS-vsn: games/hack/hack.pager.c 5.3 --- usr/src/games/hack/hack.pager.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr/src/games/hack/hack.pager.c b/usr/src/games/hack/hack.pager.c index 2624421a34..749d4b4384 100644 --- a/usr/src/games/hack/hack.pager.c +++ b/usr/src/games/hack/hack.pager.c @@ -5,8 +5,9 @@ /* Also readmail() and doshell(), and generally the things that contact the outside world. */ +#include +#include #include -#include #include "hack.h" extern int CO, LI; /* usually COLNO and ROWNO+2 */ extern char *CD; -- 2.20.1