diff options
Diffstat (limited to 'src/crypt/crypt_r.c')
-rw-r--r-- | src/crypt/crypt_r.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crypt/crypt_r.c b/src/crypt/crypt_r.c index 5789973b..db6015e2 100644 --- a/src/crypt/crypt_r.c +++ b/src/crypt/crypt_r.c @@ -1,5 +1,4 @@ #include <crypt.h> -#include "libc.h" char *__crypt_r(const char *key, const char *salt, struct crypt_data *data) { |