From: Aaron Lehmann Date: Sun, 23 Jun 2002 22:00:41 +0000 (-0000) Subject: Needs shadow.h; otherwise wont compile without CONFIG_USE_BB_SHADOW X-Git-Tag: 0_60_4~148 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ed119939003cb9a24614b8bd388d9157bd161aac;p=oweals%2Fbusybox.git Needs shadow.h; otherwise wont compile without CONFIG_USE_BB_SHADOW --- 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 @@ #include #include #include "libbb.h" +#include "shadow.h" /* * pwd_to_spwd - create entries for new spwd structure