OSDN Git Service

just include fcntl.h not sys/fcntl.h
authorMike Frysinger <vapier@gentoo.org>
Sat, 29 Apr 2006 04:43:50 +0000 (04:43 -0000)
committerMike Frysinger <vapier@gentoo.org>
Sat, 29 Apr 2006 04:43:50 +0000 (04:43 -0000)
miscutils/mt.c

index 368fc66..9f2c5c3 100644 (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 {