Change #include order to fix warning
This commit is contained in:
parent
8e49caa54f
commit
e167d69309
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user