diff options
-rw-r--r-- | coreutils/pwd.c | 2 | ||||
-rw-r--r-- | pwd.c | 2 |
2 files changed, 4 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 @@ | |||
21 | * | 21 | * |
22 | */ | 22 | */ |
23 | 23 | ||
24 | /* getopt not needed */ | ||
25 | |||
24 | #include <stdio.h> | 26 | #include <stdio.h> |
25 | #include <dirent.h> | 27 | #include <dirent.h> |
26 | #include <errno.h> | 28 | #include <errno.h> |
@@ -21,6 +21,8 @@ | |||
21 | * | 21 | * |
22 | */ | 22 | */ |
23 | 23 | ||
24 | /* getopt not needed */ | ||
25 | |||
24 | #include <stdio.h> | 26 | #include <stdio.h> |
25 | #include <dirent.h> | 27 | #include <dirent.h> |
26 | #include <errno.h> | 28 | #include <errno.h> |