summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/unvis.c
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2003-01-10 02:46:32 +0000
committertjr <tjr@FreeBSD.org>2003-01-10 02:46:32 +0000
commitc985c3536de92a2011ed0c1b8fd1fa6f0292f61f (patch)
tree5d027864a93bbe38d7011b1e69ce18e1aa72749e /lib/libc/gen/unvis.c
parent916cb451357cdbe4cabeff94af7c6e22fb2e3376 (diff)
downloadFreeBSD-src-c985c3536de92a2011ed0c1b8fd1fa6f0292f61f.zip
FreeBSD-src-c985c3536de92a2011ed0c1b8fd1fa6f0292f61f.tar.gz
#include <ctype.h> for prototypes (or macro versions) of
tolower() and isdigit().
Diffstat (limited to 'lib/libc/gen/unvis.c')
-rw-r--r--lib/libc/gen/unvis.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/gen/unvis.c b/lib/libc/gen/unvis.c
index 6e81276..df6b18f 100644
--- a/lib/libc/gen/unvis.c
+++ b/lib/libc/gen/unvis.c
@@ -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>
/*
OpenPOWER on IntegriCloud