Fix compile warning

This commit is contained in:
Glenn L McGrath 2002-12-08 12:08:37 +00:00
parent 35631a6e00
commit a6bbf7929c

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"