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 a7a5f78..2f36b1f 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> @@ -21,6 +21,8 @@ * */ +/* getopt not needed */ + #include <stdio.h> #include <dirent.h> #include <errno.h> |