diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2003-01-10 02:46:32 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2003-01-10 02:46:32 +0000 |
| commit | 826f01cb9ee1c24bcbb154f743e605fa2d3e6d67 (patch) | |
| tree | 5d027864a93bbe38d7011b1e69ce18e1aa72749e /lib/libc | |
| parent | 4ee5222bac1ab213c3e47b42e9db67261d1e06ca (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -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 6e81276493fa..df6b18ff084d 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> /* |
