From 861f0145d3f04547bb15fde1718b949996094fba Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 9 Dec 2004 23:12:00 +0000 Subject: Workaround for uClibc-specific header problem described here: http://www.busybox.net/lists/busybox/2004-December/013276.html Rob --- libbb/loop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbb/loop.c') diff --git a/libbb/loop.c b/libbb/loop.c index e2287b5ba..bbfe2acfd 100644 --- a/libbb/loop.c +++ b/libbb/loop.c @@ -19,6 +19,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include #include #include #include @@ -30,7 +31,6 @@ /* Grumble... The 2.6.x kernel breaks asm/posix_types.h * so we get to try and cope as best we can... */ #include -#include #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0) #define __bb_kernel_dev_t __kernel_old_dev_t -- cgit v1.2.3