Fixup header file ordering

1_00_stable_10817
Eric Andersen 2002-12-11 03:40:10 +00:00
parent b323162aab
commit 39438c7c17
1 changed files with 1 additions and 1 deletions

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)
{