Fixup header file ordering

This commit is contained in:
Eric Andersen 2002-12-11 03:40:10 +00:00
parent b323162aab
commit 39438c7c17

View File

@ -22,8 +22,8 @@
#include <unistd.h>
#include <fcntl.h>
#include "pwd_.h"
#include "busybox.h"
#include "pwd_.h"
struct passwd *getpwuid(uid_t uid)
{