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