diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-12-26 18:17:42 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-12-26 18:17:42 +0000 |
commit | 666da5e2c6edec979966d16771818b32dcfafe04 (patch) | |
tree | c23e6a01fc51d8419c1562f70836148c705ac46a /include/libbb.h | |
parent | 270c17c0e66ffe9fe0e47e891a583b5c6f8512ef (diff) | |
download | busybox-w32-666da5e2c6edec979966d16771818b32dcfafe04.tar.gz busybox-w32-666da5e2c6edec979966d16771818b32dcfafe04.tar.bz2 busybox-w32-666da5e2c6edec979966d16771818b32dcfafe04.zip |
merge post-1.3.0 fixes
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ | |||
51 | 51 | ||
52 | #include "pwd_.h" | 52 | #include "pwd_.h" |
53 | #include "grp_.h" | 53 | #include "grp_.h" |
54 | #if ENABLE_FEATURE_SHADOWPASSWDS | ||
54 | #include "shadow_.h" | 55 | #include "shadow_.h" |
56 | #endif | ||
55 | 57 | ||
56 | /* Try to pull in PATH_MAX */ | 58 | /* Try to pull in PATH_MAX */ |
57 | #include <limits.h> | 59 | #include <limits.h> |