just include fcntl.h not sys/fcntl.h
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user