Fixup the location of pwd.h and grp.h

This commit is contained in:
Eric Andersen
2001-10-24 17:19:38 +00:00
parent bfebd35bea
commit 1a10eec178
5 changed files with 7 additions and 7 deletions

View File

@ -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();*/