diff options
Diffstat (limited to 'pwd.c')
-rw-r--r-- | pwd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,12 +21,12 @@ * */ -#include "busybox.h" #include <stdio.h> #include <dirent.h> #include <errno.h> #include <unistd.h> #include <stdlib.h> +#include "busybox.h" extern int pwd_main(int argc, char **argv) { |