mirror of https://github.com/mirror/busybox.git
Change #include order to fix warning
parent
8e49caa54f
commit
e167d69309
|
@ -21,10 +21,11 @@
|
|||
#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
|
||||
|
|
Loading…
Reference in New Issue