diff options
Diffstat (limited to 'libpwdgrp/pwent.c')
-rw-r--r-- | libpwdgrp/pwent.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libpwdgrp/pwent.c b/libpwdgrp/pwent.c index 1f4239741..133fa4564 100644 --- a/libpwdgrp/pwent.c +++ b/libpwdgrp/pwent.c | |||
@@ -18,14 +18,13 @@ | |||
18 | * | 18 | * |
19 | */ | 19 | */ |
20 | 20 | ||
21 | #include "busybox.h" | ||
22 | |||
23 | #include <unistd.h> | 21 | #include <unistd.h> |
24 | #include <stdlib.h> | 22 | #include <stdlib.h> |
25 | #include <errno.h> | 23 | #include <errno.h> |
26 | #include "pwd_.h" | 24 | #include "pwd_.h" |
27 | #include <fcntl.h> | 25 | #include <fcntl.h> |
28 | 26 | ||
27 | #include "busybox.h" | ||
29 | /* | 28 | /* |
30 | * setpwent(), endpwent(), and getpwent() are included in the same object | 29 | * setpwent(), endpwent(), and getpwent() are included in the same object |
31 | * file, since one cannot be used without the other two, so it makes sense to | 30 | * file, since one cannot be used without the other two, so it makes sense to |