mirror of https://github.com/mirror/busybox.git
just include fcntl.h not sys/fcntl.h
parent
f054be12de
commit
706f8f6de5
|
@ -24,7 +24,7 @@
|
|||
#include <termios.h>
|
||||
#include <unistd.h>
|
||||
#include <limits.h>
|
||||
#include <sys/fcntl.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/wait.h>
|
||||
|
|
Loading…
Reference in New Issue