summaryrefslogtreecommitdiff
path: root/src/crypt
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypt')
-rw-r--r--src/crypt/crypt_r.c1
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)
{