From aed1f71a5575c915cf24490c97283837bba8451f Mon Sep 17 00:00:00 2001 From: aaronl Date: Sun, 23 Jun 2002 22:00:41 +0000 Subject: Needs shadow.h; otherwise wont compile without CONFIG_USE_BB_SHADOW git-svn-id: svn://busybox.net/trunk/busybox@4969 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- libbb/pwd2spwd.c | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3-55-g6feb