aboutsummaryrefslogtreecommitdiff
path: root/console-tools/openvt.c
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2002-12-08 12:08:37 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2002-12-08 12:08:37 +0000
commita6bbf7929cf1c952b97c03c77bec7f96c8b5e2af (patch)
tree00b0e0fca11540074272694f392f46afa1c06017 /console-tools/openvt.c
parent35631a6e00a86c2d299266b50c79a0ee82b2e081 (diff)
downloadbusybox-a6bbf7929cf1c952b97c03c77bec7f96c8b5e2af.tar.gz
Fix compile warning
Diffstat (limited to 'console-tools/openvt.c')
-rw-r--r--console-tools/openvt.c2
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"