just include fcntl.h not sys/fcntl.h

This commit is contained in:
Mike Frysinger 2006-04-29 04:43:50 +00:00
parent 706f8f6de5
commit 59c6baedf7

View File

@ -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 {