From: Denys Vlasenko Date: Wed, 27 Jun 2018 07:43:38 +0000 (+0200) Subject: libbb: crypt() in newer glibc requires include X-Git-Tag: 1_29_0~13 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=57dbe4d5ac483f928b6e80b33993c8fd6a061aa7;p=oweals%2Fbusybox.git libbb: crypt() in newer glibc requires include Signed-off-by: Denys Vlasenko --- diff --git a/libbb/pw_encrypt.c b/libbb/pw_encrypt.c index 1edf4b6f0..86455cd0d 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 #include "libbb.h" /* static const uint8_t ascii64[] ALIGN1 =