X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=stty.c;h=10e28254d9e8853ffb8bd764014d1c9ea08133ef;hb=cbe31dace5fb24304694d399b9eb267fbe752516;hp=4a5aecf1d7103a729d31f2e27c562bbd743ec091;hpb=94456f598417f2f61edb97b5ab67ddfdc408ad10;p=oweals%2Fbusybox.git diff --git a/stty.c b/stty.c index 4a5aecf1d..10e28254d 100644 --- a/stty.c +++ b/stty.c @@ -28,7 +28,6 @@ */ -#include "busybox.h" #include #include @@ -53,6 +52,7 @@ #include #include #include +#include "busybox.h" #define STREQ(a, b) (strcmp ((a), (b)) == 0)