From e167d69309b8f8123550cf3ba58690b1907687d6 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Sun, 8 Dec 2002 11:47:52 +0000 Subject: Change #include order to fix warning --- libpwdgrp/pwent.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3