From 666da5e2c6edec979966d16771818b32dcfafe04 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 26 Dec 2006 18:17:42 +0000 Subject: merge post-1.3.0 fixes --- include/libbb.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/libbb.h b/include/libbb.h index 858adca4c..a2b9a82b2 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -51,7 +51,9 @@ #include "pwd_.h" #include "grp_.h" +#if ENABLE_FEATURE_SHADOWPASSWDS #include "shadow_.h" +#endif /* Try to pull in PATH_MAX */ #include -- cgit v1.2.3