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

@ -16,7 +16,7 @@
#include <sys/stat.h>
#include <dirent.h>
#include <unistd.h>
#include <pwd.h>
#include "pwd.h"
#include "busybox.h"