X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=echo.c;h=e9bc50a15281f7a4dc4e04e997021e36df4b4516;hb=5165fbed639916e0fde15a827241b21981be7934;hp=a6b5152d8bfbf496d84492beba695e72b17ba3e1;hpb=8fff78d66ee5cc34dae71f89ee20e8215287132c;p=oweals%2Fbusybox.git diff --git a/echo.c b/echo.c index a6b5152d8..e9bc50a15 100644 --- a/echo.c +++ b/echo.c @@ -22,8 +22,10 @@ * Original copyright notice is retained at the end of this file. */ -#include "busybox.h" #include +#include +#include +#include "busybox.h" extern int echo_main(int argc, char** argv) @@ -107,7 +109,7 @@ just_echo: putchar('\n'); fflush(stdout); - return 0; + return EXIT_SUCCESS; } /*-