From: Glenn L McGrath Date: Sun, 8 Dec 2002 11:47:52 +0000 (-0000) Subject: Change #include order to fix warning X-Git-Tag: 1_00_pre1~330 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e167d69309b8f8123550cf3ba58690b1907687d6;p=oweals%2Fbusybox.git Change #include order to fix warning --- 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