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