diff options
-rw-r--r-- | usr.bin/more/output.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 <ctype.h> #include <stdio.h> -#include <less.h> +#include "less.h" int errmsgs; /* Count of messages displayed by error() */ |