aboutsummaryrefslogtreecommitdiff
path: root/coreutils/pwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/pwd.c')
-rw-r--r--coreutils/pwd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/pwd.c b/coreutils/pwd.c
index bd36d627e..b4599b4f3 100644
--- a/coreutils/pwd.c
+++ b/coreutils/pwd.c
@@ -11,6 +11,7 @@
11#include <stdlib.h> 11#include <stdlib.h>
12#include "busybox.h" 12#include "busybox.h"
13 13
14int pwd_main(int argc, char **argv);
14int pwd_main(int argc, char **argv) 15int pwd_main(int argc, char **argv)
15{ 16{
16 char *buf; 17 char *buf;