diff options
-rw-r--r-- | usr.bin/tr/str.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/tr/str.c b/usr.bin/tr/str.c index d3dc286..e1959c3 100644 --- a/usr.bin/tr/str.c +++ b/usr.bin/tr/str.c @@ -43,6 +43,7 @@ static char sccsid[] = "@(#)str.c 8.1 (Berkeley) 6/6/93"; #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <ctype.h> #include "extern.h" |