Change #include order to fix warning
authorGlenn L McGrath <bug1@ihug.co.nz>
Sun, 8 Dec 2002 11:47:52 +0000 (11:47 -0000)
committerGlenn L McGrath <bug1@ihug.co.nz>
Sun, 8 Dec 2002 11:47:52 +0000 (11:47 -0000)
libpwdgrp/pwent.c

index 133fa4564312c654e04904752e32f47a85ee07a5..4a80093e84ad3fbf861da7efc35e8b6ba1108639 100644 (file)
 #include <unistd.h>
 #include <stdlib.h>
 #include <errno.h>
-#include "pwd_.h"
 #include <fcntl.h>
 
 #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