X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=miscutils%2Fmt.c;h=2720f7eab8057cd8434e076c87a006c78118f0f8;hb=eea561871b45a2335ab6a09f14dad627ffcdc1cd;hp=368fc66b9f586653960fb6435e1762fb01d1ba16;hpb=c2cb0f32b44a9918364af39c24b5643388c553f6;p=oweals%2Fbusybox.git diff --git a/miscutils/mt.c b/miscutils/mt.c index 368fc66b9..2720f7eab 100644 --- a/miscutils/mt.c +++ b/miscutils/mt.c @@ -1,10 +1,14 @@ /* vi: set sw=4 ts=4: */ +/* + * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. + */ + +#include "busybox.h" #include #include #include #include -#include -#include "busybox.h" +#include struct mt_opcodes { char *name;