libbb: include <crypt.h> only if necessary
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
b694608429
commit
4767a5375e
@ -6,7 +6,9 @@
|
||||
*
|
||||
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
|
||||
*/
|
||||
#if !ENABLE_USE_BB_CRYPT
|
||||
#include <crypt.h>
|
||||
#endif
|
||||
#include "libbb.h"
|
||||
|
||||
/* static const uint8_t ascii64[] ALIGN1 =
|
||||
|
Loading…
Reference in New Issue
Block a user