X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=tar.c;h=a9363d5ad65385a4062474abb6cd9d79a6b1651a;hb=cbe31dace5fb24304694d399b9eb267fbe752516;hp=62f1b1d35838ace79a64f8f1eda73e3d86c7b14a;hpb=94456f598417f2f61edb97b5ab67ddfdc408ad10;p=oweals%2Fbusybox.git diff --git a/tar.c b/tar.c index 62f1b1d35..a9363d5ad 100644 --- a/tar.c +++ b/tar.c @@ -36,11 +36,6 @@ */ -#include "busybox.h" -#define BB_DECLARE_EXTERN -#define bb_need_io_error -#define bb_need_name_longer_than_foo -#include "messages.c" #include #include #include @@ -55,6 +50,11 @@ #include #include #include +#include "busybox.h" +#define BB_DECLARE_EXTERN +#define bb_need_io_error +#define bb_need_name_longer_than_foo +#include "messages.c" #ifdef BB_FEATURE_TAR_GZIP extern int unzip(int in, int out);