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 0bbb54b7b..c3b1140e6 100644 --- a/coreutils/whoami.c +++ b/coreutils/whoami.c @@ -20,6 +20,8 @@ * */ +/* getopt not needed */ + #include <stdio.h> #include <stdlib.h> #include <unistd.h> |