aboutsummaryrefslogtreecommitdiff
path: root/pwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'pwd.c')
-rw-r--r--pwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pwd.c b/pwd.c
index a9acbc721..a7a5f78a1 100644
--- a/pwd.c
+++ b/pwd.c
@@ -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
31extern int pwd_main(int argc, char **argv) 31extern int pwd_main(int argc, char **argv)
32{ 32{