X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=coreutils%2Ftty.c;h=c28aa33d7144c371994cf2e1aa22740186ab8e10;hb=ec1a4b5a521b5adf295bc757c25231910f8c854b;hp=fee4b8b9f09c0c22fb934b5e3a066d961520a156;hpb=1118a1de46cdeb166f256374568f4bc21b5d7449;p=oweals%2Fbusybox.git diff --git a/coreutils/tty.c b/coreutils/tty.c index fee4b8b9f..c28aa33d7 100644 --- a/coreutils/tty.c +++ b/coreutils/tty.c @@ -15,6 +15,7 @@ #include #include "busybox.h" +int tty_main(int argc, char **argv); int tty_main(int argc, char **argv) { const char *s;