mirror of https://github.com/mirror/busybox.git
Fix compile warning
parent
35631a6e00
commit
a6bbf7929c
|
@ -27,6 +27,8 @@
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
#include <ctype.h>
|
||||||
|
|
||||||
#include "busybox.h"
|
#include "busybox.h"
|
||||||
|
|
||||||
#define VTNAME "/dev/tty%d"
|
#define VTNAME "/dev/tty%d"
|
||||||
|
|
Loading…
Reference in New Issue