X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=dd.c;h=1618dd102a81c50a8442691136ff169496c80936;hb=44a991470955ec3018ba8f40cc3be7b864dc8cce;hp=e445e043596a83c82debcf88028151b07c24ef42;hpb=67991cf824f8df27e74c92d754fb507681c69ce6;p=oweals%2Fbusybox.git diff --git a/dd.c b/dd.c index e445e0435..1618dd102 100644 --- a/dd.c +++ b/dd.c @@ -21,14 +21,14 @@ * */ -#include "busybox.h" - #include #include #include #include #include #include +#include "busybox.h" + static const struct suffix_mult dd_suffixes[] = { { "c", 1 },