just include fcntl.h not sys/fcntl.h
This commit is contained in:
parent
706f8f6de5
commit
59c6baedf7
@ -3,7 +3,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/mtio.h>
|
||||
#include <sys/fcntl.h>
|
||||
#include <fcntl.h>
|
||||
#include "busybox.h"
|
||||
|
||||
struct mt_opcodes {
|
||||
|
Loading…
Reference in New Issue
Block a user