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-w32-a6bbf7929cf1c952b97c03c77bec7f96c8b5e2af.tar.gz busybox-w32-a6bbf7929cf1c952b97c03c77bec7f96c8b5e2af.tar.bz2 busybox-w32-a6bbf7929cf1c952b97c03c77bec7f96c8b5e2af.zip |
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 @@ | |||
27 | #include <fcntl.h> | 27 | #include <fcntl.h> |
28 | #include <string.h> | 28 | #include <string.h> |
29 | #include <sys/types.h> | 29 | #include <sys/types.h> |
30 | #include <ctype.h> | ||
31 | |||
30 | #include "busybox.h" | 32 | #include "busybox.h" |
31 | 33 | ||
32 | #define VTNAME "/dev/tty%d" | 34 | #define VTNAME "/dev/tty%d" |