X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=miscutils%2Fless.c;h=596490483e419ae5e2b3023183282bf476c3500a;hb=eea561871b45a2335ab6a09f14dad627ffcdc1cd;hp=940b1c865bc335b128149983b901973d3a7a5bc5;hpb=69d863b6c609ac0523c546e408cc5d2063073425;p=oweals%2Fbusybox.git diff --git a/miscutils/less.c b/miscutils/less.c index 940b1c865..596490483 100644 --- a/miscutils/less.c +++ b/miscutils/less.c @@ -30,6 +30,7 @@ * redirected input has been read from stdin */ +#include "busybox.h" #include #include #include @@ -37,8 +38,6 @@ #include #include -#include "busybox.h" - #ifdef CONFIG_FEATURE_LESS_REGEXP #include "xregex.h" #endif