diff options
author | Aaron Lehmann <aaronl@vitelius.com> | 2002-06-23 22:00:41 +0000 |
---|---|---|
committer | Aaron Lehmann <aaronl@vitelius.com> | 2002-06-23 22:00:41 +0000 |
commit | ed119939003cb9a24614b8bd388d9157bd161aac (patch) | |
tree | e768533bd37877d3af52af33b62fed435e79e613 | |
parent | 8c26fbe537cb6c71c1a492b1121c22396683cbae (diff) | |
download | busybox-w32-ed119939003cb9a24614b8bd388d9157bd161aac.tar.gz busybox-w32-ed119939003cb9a24614b8bd388d9157bd161aac.tar.bz2 busybox-w32-ed119939003cb9a24614b8bd388d9157bd161aac.zip |
Needs shadow.h; otherwise wont compile without CONFIG_USE_BB_SHADOW
-rw-r--r-- | libbb/pwd2spwd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/pwd2spwd.c b/libbb/pwd2spwd.c index 95a2e4684..a04de5f0f 100644 --- a/libbb/pwd2spwd.c +++ b/libbb/pwd2spwd.c | |||
@@ -31,6 +31,7 @@ | |||
31 | #include <time.h> | 31 | #include <time.h> |
32 | #include <sys/types.h> | 32 | #include <sys/types.h> |
33 | #include "libbb.h" | 33 | #include "libbb.h" |
34 | #include "shadow.h" | ||
34 | 35 | ||
35 | /* | 36 | /* |
36 | * pwd_to_spwd - create entries for new spwd structure | 37 | * pwd_to_spwd - create entries for new spwd structure |