diff options
Diffstat (limited to 'libpwdgrp/__getgrent.c')
-rw-r--r-- | libpwdgrp/__getgrent.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libpwdgrp/__getgrent.c b/libpwdgrp/__getgrent.c index 5fb4193cb..392301048 100644 --- a/libpwdgrp/__getgrent.c +++ b/libpwdgrp/__getgrent.c | |||
@@ -18,11 +18,11 @@ | |||
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 <string.h> | 23 | #include <string.h> |
24 | |||
25 | #include "busybox.h" | ||
26 | #include "grp_.h" | 26 | #include "grp_.h" |
27 | 27 | ||
28 | /* | 28 | /* |