fix inconsistent signature of __libc_start_main
[musl] / src / crypt / crypt_r.c
index 5789973..db6015e 100644 (file)
@@ -1,5 +1,4 @@
 #include <crypt.h>
-#include "libc.h"
 
 char *__crypt_r(const char *key, const char *salt, struct crypt_data *data)
 {