diff --git a/libpwdgrp/pwent.c b/libpwdgrp/pwent.c index 133fa4564..4a80093e8 100644 --- a/libpwdgrp/pwent.c +++ b/libpwdgrp/pwent.c @@ -21,10 +21,11 @@ #include #include #include -#include "pwd_.h" #include #include "busybox.h" +#include "pwd_.h" + /* * setpwent(), endpwent(), and getpwent() are included in the same object * file, since one cannot be used without the other two, so it makes sense to