fix build without shadow support

This commit is contained in:
Denis Vlasenko
2006-12-28 21:33:30 +00:00
parent 9a44c4f91c
commit 7fa0fcafca
5 changed files with 140 additions and 138 deletions

View File

@ -51,9 +51,7 @@
#include "pwd_.h"
#include "grp_.h"
#if ENABLE_FEATURE_SHADOWPASSWDS
#include "shadow_.h"
#endif
/* Try to pull in PATH_MAX */
#include <limits.h>