diff options
Diffstat (limited to 'include')
-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> |