From 131b2f4db47c22dacfa1e19fca0decaa6dba854a Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 12 Jan 1997 13:34:13 +0000 Subject: include ctype.h to pick isprint macro --- usr.bin/more/output.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.bin') diff --git a/usr.bin/more/output.c b/usr.bin/more/output.c index a02e4d8..5b0a562 100644 --- a/usr.bin/more/output.c +++ b/usr.bin/more/output.c @@ -40,8 +40,9 @@ static char sccsid[] = "@(#)output.c 8.1 (Berkeley) 6/6/93"; * High level routines dealing with the output to the screen. */ +#include #include -#include +#include "less.h" int errmsgs; /* Count of messages displayed by error() */ -- cgit v1.1