diff options
author | tjr <tjr@FreeBSD.org> | 2003-01-10 02:46:32 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2003-01-10 02:46:32 +0000 |
commit | c985c3536de92a2011ed0c1b8fd1fa6f0292f61f (patch) | |
tree | 5d027864a93bbe38d7011b1e69ce18e1aa72749e | |
parent | 916cb451357cdbe4cabeff94af7c6e22fb2e3376 (diff) | |
download | FreeBSD-src-c985c3536de92a2011ed0c1b8fd1fa6f0292f61f.zip FreeBSD-src-c985c3536de92a2011ed0c1b8fd1fa6f0292f61f.tar.gz |
#include <ctype.h> for prototypes (or macro versions) of
tolower() and isdigit().
-rw-r--r-- | lib/libc/gen/unvis.c | 1 |
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> /* |