Change #include order to fix warning

This commit is contained in:
Glenn L McGrath 2002-12-08 11:47:52 +00:00
parent 8e49caa54f
commit e167d69309

View File

@ -21,10 +21,11 @@
#include <unistd.h> #include <unistd.h>
#include <stdlib.h> #include <stdlib.h>
#include <errno.h> #include <errno.h>
#include "pwd_.h"
#include <fcntl.h> #include <fcntl.h>
#include "busybox.h" #include "busybox.h"
#include "pwd_.h"
/* /*
* setpwent(), endpwent(), and getpwent() are included in the same object * 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 * file, since one cannot be used without the other two, so it makes sense to