diff options
Diffstat (limited to 'coreutils/whoami.c')
-rw-r--r-- | coreutils/whoami.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/coreutils/whoami.c b/coreutils/whoami.c index d7f0a17..870ede4 100644 --- a/coreutils/whoami.c +++ b/coreutils/whoami.c @@ -22,6 +22,8 @@ #include "busybox.h" #include <stdio.h> +#include <stdlib.h> +#include <unistd.h> extern int whoami_main(int argc, char **argv) { |