X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=coreutils%2Frm.c;h=a84163272e3b8ae9ae9035e85977fb3eba2031b2;hb=eba8ed71f08f334bc94ac8eeedcd998fcdd05897;hp=56607670795810b5d66fa86e279fa794cdbca6f9;hpb=67991cf824f8df27e74c92d754fb507681c69ce6;p=oweals%2Fbusybox.git diff --git a/coreutils/rm.c b/coreutils/rm.c index 566076707..a84163272 100644 --- a/coreutils/rm.c +++ b/coreutils/rm.c @@ -22,7 +22,6 @@ * */ -#include "busybox.h" #include #include #include @@ -30,6 +29,7 @@ #include #include #include +#include "busybox.h" static int recursiveFlag = FALSE; static int forceFlag = FALSE;