commit | 57dbe4d5ac483f928b6e80b33993c8fd6a061aa7 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Wed Jun 27 09:43:38 2018 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Wed Jun 27 09:45:20 2018 +0200 |
tree | 0665f5fdd6886c67693423b5de9c6a4c51599e0b | |
parent | 35a017c0c52bc6de761b30bc0468a6fec380ab27 [diff] [blame] |
libbb: crypt() in newer glibc requires include <crypt.h> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/libbb/pw_encrypt.c b/libbb/pw_encrypt.c index 1edf4b6..86455cd 100644 --- a/libbb/pw_encrypt.c +++ b/libbb/pw_encrypt.c
@@ -6,6 +6,7 @@ * * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ +#include <crypt.h> #include "libbb.h" /* static const uint8_t ascii64[] ALIGN1 =