projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35631a6
)
Fix compile warning
author
Glenn L McGrath
<bug1@ihug.co.nz>
Sun, 8 Dec 2002 12:08:37 +0000
(12:08 -0000)
committer
Glenn L McGrath
<bug1@ihug.co.nz>
Sun, 8 Dec 2002 12:08:37 +0000
(12:08 -0000)
console-tools/openvt.c
patch
|
blob
|
history
diff --git
a/console-tools/openvt.c
b/console-tools/openvt.c
index 61c781b3a8e9992195f9cefca726faf0548a1bcc..77c897597ac0fed4ccbadf2eb311f10cf62cd325 100644
(file)
--- 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"