X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=whoami.c;h=c3b1140e6c940ddd40460eb7900cb5fcf90bf11d;hb=ce4a586edb6abd90c1036666159f831bd2a58895;hp=54df0bf12c778157b78abeb0ae03a2b059487b9d;hpb=67991cf824f8df27e74c92d754fb507681c69ce6;p=oweals%2Fbusybox.git diff --git a/whoami.c b/whoami.c index 54df0bf12..c3b1140e6 100644 --- a/whoami.c +++ b/whoami.c @@ -20,10 +20,12 @@ * */ -#include "busybox.h" +/* getopt not needed */ + #include #include #include +#include "busybox.h" extern int whoami_main(int argc, char **argv) {