Fixup the location of pwd.h and grp.h
This commit is contained in:
@ -29,8 +29,8 @@
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include "busybox.h"
|
||||
#include "pwd_grp/pwd.h"
|
||||
#include "pwd_grp/grp.h"
|
||||
#include "pwd.h"
|
||||
#include "grp.h"
|
||||
|
||||
/*struct passwd *getpwnam();*/
|
||||
|
||||
|
Reference in New Issue
Block a user