include "busybox" after the libc includes tofix compile errors
This commit is contained in:
@@ -18,12 +18,12 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "busybox.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#include "pwd_.h"
|
||||
#include "busybox.h"
|
||||
|
||||
struct passwd *getpwuid(uid_t uid)
|
||||
{
|
||||
|
Reference in New Issue
Block a user