mirror of
https://github.com/sheumann/hush.git
synced 2024-11-06 12:07:57 +00:00
Fix compile warning
This commit is contained in:
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
Block a user