diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2002-12-08 12:08:37 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2002-12-08 12:08:37 +0000 |
commit | a6bbf7929cf1c952b97c03c77bec7f96c8b5e2af (patch) | |
tree | 00b0e0fca11540074272694f392f46afa1c06017 /console-tools | |
parent | 35631a6e00a86c2d299266b50c79a0ee82b2e081 (diff) | |
download | busybox-a6bbf7929cf1c952b97c03c77bec7f96c8b5e2af.tar.gz |
Fix compile warning
Diffstat (limited to 'console-tools')
-rw-r--r-- | console-tools/openvt.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/console-tools/openvt.c b/console-tools/openvt.c index 61c781b3a..77c897597 100644 --- a/console-tools/openvt.c +++ b/console-tools/openvt.c @@ -27,6 +27,8 @@ #include <fcntl.h> #include <string.h> #include <sys/types.h> +#include <ctype.h> + #include "busybox.h" #define VTNAME "/dev/tty%d" |