aboutsummaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
authoraaronl <aaronl@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-06-23 22:00:41 +0000
committeraaronl <aaronl@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-06-23 22:00:41 +0000
commitaed1f71a5575c915cf24490c97283837bba8451f (patch)
treee768533bd37877d3af52af33b62fed435e79e613 /libbb
parentdcf156a988fd17267248a73609e325c0375f3738 (diff)
downloadbusybox-w32-aed1f71a5575c915cf24490c97283837bba8451f.tar.gz
busybox-w32-aed1f71a5575c915cf24490c97283837bba8451f.tar.bz2
busybox-w32-aed1f71a5575c915cf24490c97283837bba8451f.zip
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
Diffstat (limited to 'libbb')
-rw-r--r--libbb/pwd2spwd.c1
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