diff options
-rw-r--r-- | libpwdgrp/getpwuid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpwdgrp/getpwuid.c b/libpwdgrp/getpwuid.c index 23ff3aa88..7a04b67ca 100644 --- a/libpwdgrp/getpwuid.c +++ b/libpwdgrp/getpwuid.c @@ -22,8 +22,8 @@ #include <unistd.h> #include <fcntl.h> -#include "pwd_.h" #include "busybox.h" +#include "pwd_.h" struct passwd *getpwuid(uid_t uid) { |