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

@@ -82,7 +82,7 @@
#ifdef CONFIG_FEATURE_GETUSERNAME_AND_HOMEDIR
# ifndef TEST
# include "pwd_grp/pwd.h"
# include "pwd.h"
# else
# include <pwd.h>
# endif /* TEST */