libbb: crypt() in newer glibc requires include <crypt.h>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
35a017c0c5
commit
57dbe4d5ac
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user