From: Mike Frysinger Date: Sat, 29 Apr 2006 04:43:50 +0000 (-0000) Subject: just include fcntl.h not sys/fcntl.h X-Git-Tag: 1_2_0~469 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=59c6baedf7b017819965fd203e52c71e2c4d6c33;p=oweals%2Fbusybox.git just include fcntl.h not sys/fcntl.h --- diff --git a/miscutils/mt.c b/miscutils/mt.c index 368fc66b9..9f2c5c335 100644 --- a/miscutils/mt.c +++ b/miscutils/mt.c @@ -3,7 +3,7 @@ #include #include #include -#include +#include #include "busybox.h" struct mt_opcodes {