From: Paul Fox Date: Wed, 27 Jul 2005 14:20:52 +0000 (-0000) Subject: move the ifdef to after libbb.h include, so it can do some good. X-Git-Tag: 1_1_0~871 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e5ba382b9919ca0844c37725bddd7acbdc9ee255;p=platform%2Fupstream%2Fbusybox.git move the ifdef to after libbb.h include, so it can do some good. --- diff --git a/libbb/loop.c b/libbb/loop.c index a4e1ffb..c4c3da4 100644 --- a/libbb/loop.c +++ b/libbb/loop.c @@ -19,7 +19,6 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifdef CONFIG_FEATURE_MOUNT_LOOP #include #if defined (__GLIBC__) && !defined(__UCLIBC__) #include @@ -31,6 +30,7 @@ #include #include #include "libbb.h" +#ifdef CONFIG_FEATURE_MOUNT_LOOP /* Grumble... The 2.6.x kernel breaks asm/posix_types.h * so we get to try and cope as best we can... */