include ctype.h to pick isprint macro

This commit is contained in:
Andrey A. Chernov 1997-01-12 13:34:13 +00:00
parent 2e838308ac
commit faeaf734aa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21609

View File

@ -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() */