#include <ctype.h> for prototypes (or macro versions) of
tolower() and isdigit().
This commit is contained in:
parent
4ee5222bac
commit
826f01cb9e
@ -38,6 +38,7 @@ static char sccsid[] = "@(#)unvis.c 8.1 (Berkeley) 6/4/93";
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <ctype.h>
|
||||
#include <vis.h>
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user