diff options
Diffstat (limited to 'libpwdgrp/__getpwent.c')
-rw-r--r-- | libpwdgrp/__getpwent.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libpwdgrp/__getpwent.c b/libpwdgrp/__getpwent.c index d553250f4..1b38c27ef 100644 --- a/libpwdgrp/__getpwent.c +++ b/libpwdgrp/__getpwent.c | |||
@@ -18,13 +18,13 @@ | |||
18 | * | 18 | * |
19 | */ | 19 | */ |
20 | 20 | ||
21 | #include "busybox.h" | ||
22 | |||
23 | #include <stdlib.h> | 21 | #include <stdlib.h> |
24 | #include <unistd.h> | 22 | #include <unistd.h> |
25 | #include <string.h> | 23 | #include <string.h> |
26 | #include <fcntl.h> | 24 | #include <fcntl.h> |
25 | |||
27 | #include "pwd_.h" | 26 | #include "pwd_.h" |
27 | #include "busybox.h" | ||
28 | 28 | ||
29 | #define PWD_BUFFER_SIZE 256 | 29 | #define PWD_BUFFER_SIZE 256 |
30 | 30 | ||