diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-12-08 12:08:37 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-12-08 12:08:37 +0000 |
commit | df69357f1c8437125932a1cc5c499693e525da0e (patch) | |
tree | 00b0e0fca11540074272694f392f46afa1c06017 | |
parent | 15cb2db5c466b75912f940128ec0bea22a7e6cbf (diff) | |
download | busybox-w32-df69357f1c8437125932a1cc5c499693e525da0e.tar.gz busybox-w32-df69357f1c8437125932a1cc5c499693e525da0e.tar.bz2 busybox-w32-df69357f1c8437125932a1cc5c499693e525da0e.zip |
Fix compile warning
git-svn-id: svn://busybox.net/trunk/busybox@6136 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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" |