mirror of https://github.com/mirror/busybox.git
libbb: include <crypt.h> only if necessary
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>pull/18/head
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