diff options
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/pwd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/coreutils/pwd.c b/coreutils/pwd.c index a7a5f78a1..2f36b1f05 100644 --- a/coreutils/pwd.c +++ b/coreutils/pwd.c @@ -21,6 +21,8 @@ * */ +/* getopt not needed */ + #include <stdio.h> #include <dirent.h> #include <errno.h> |