fix incorrect results for catanf and catanl with some inputs
[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)
 {