diff options
Diffstat (limited to 'libbb/my_getpwnam.c')
-rw-r--r-- | libbb/my_getpwnam.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/my_getpwnam.c b/libbb/my_getpwnam.c index 90277040e..db7f4a65f 100644 --- a/libbb/my_getpwnam.c +++ b/libbb/my_getpwnam.c | |||
@@ -21,9 +21,9 @@ | |||
21 | 21 | ||
22 | #include <stdio.h> | 22 | #include <stdio.h> |
23 | #include <string.h> | 23 | #include <string.h> |
24 | #include "libbb.h" | ||
24 | #include "pwd.h" | 25 | #include "pwd.h" |
25 | #include "grp.h" | 26 | #include "grp.h" |
26 | #include "libbb.h" | ||
27 | 27 | ||
28 | 28 | ||
29 | /* returns a uid given a username */ | 29 | /* returns a uid given a username */ |