mirror of https://github.com/mirror/busybox.git
Fixup header file ordering
parent
b323162aab
commit
39438c7c17
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue