X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=echo.c;h=e9bc50a15281f7a4dc4e04e997021e36df4b4516;hb=5165fbed639916e0fde15a827241b21981be7934;hp=393f4425f5a86244d3fe12b1d1947e8b47a4a176;hpb=3e856ce428cabaf6c8d99a2374a1f9a4a05db5f0;p=oweals%2Fbusybox.git diff --git a/echo.c b/echo.c index 393f4425f..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)