diff options
Diffstat (limited to 'libpwdgrp/getpwuid.c')
-rw-r--r-- | libpwdgrp/getpwuid.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libpwdgrp/getpwuid.c b/libpwdgrp/getpwuid.c index 819c874ac..23ff3aa88 100644 --- a/libpwdgrp/getpwuid.c +++ b/libpwdgrp/getpwuid.c | |||
@@ -18,12 +18,12 @@ | |||
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 <fcntl.h> | 23 | #include <fcntl.h> |
24 | |||
26 | #include "pwd_.h" | 25 | #include "pwd_.h" |
26 | #include "busybox.h" | ||
27 | 27 | ||
28 | struct passwd *getpwuid(uid_t uid) | 28 | struct passwd *getpwuid(uid_t uid) |
29 | { | 29 | { |