index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
pwd.c
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'pwd.c')
-rw-r--r--
pwd.c
2
1 files changed, 2 insertions, 0 deletions
diff --git a/pwd.c b/pwd.c
index a7a5f78a1..2f36b1f05 100644
--- a/
pwd.c
+++ b/
pwd.c
@@ -21,6 +21,8 @@
*
*/
+/* getopt not needed */
+
#include <stdio.h>
#include <dirent.h>
#include <errno.h>