OSDN Git Service

Fix compile warning
authorGlenn L McGrath <bug1@ihug.co.nz>
Sun, 8 Dec 2002 12:08:37 +0000 (12:08 -0000)
committerGlenn L McGrath <bug1@ihug.co.nz>
Sun, 8 Dec 2002 12:08:37 +0000 (12:08 -0000)
console-tools/openvt.c

index 61c781b..77c8975 100644 (file)
@@ -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"