Fix compile warning

1_00_stable_10817
Glenn L McGrath 2002-12-08 12:08:37 +00:00
parent 35631a6e00
commit a6bbf7929c
1 changed files with 2 additions and 0 deletions

View 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"