diff options
Diffstat (limited to 'coreutils/pwd.c')
-rw-r--r-- | coreutils/pwd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/pwd.c b/coreutils/pwd.c index bd36d62..b4599b4 100644 --- a/coreutils/pwd.c +++ b/coreutils/pwd.c @@ -11,6 +11,7 @@ #include <stdlib.h> #include "busybox.h" +int pwd_main(int argc, char **argv); int pwd_main(int argc, char **argv) { char *buf; |