libbb: crypt() in newer glibc requires include <crypt.h>

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2018-06-27 09:43:38 +02:00
parent 35a017c0c5
commit 57dbe4d5ac

View File

@ -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 =