diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libc/crypt/crypt.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libc/crypt/crypt.c b/src/lib/libc/crypt/crypt.c index ba32d29752..95e69bbe99 100644 --- a/src/lib/libc/crypt/crypt.c +++ b/src/lib/libc/crypt/crypt.c | |||
@@ -1,5 +1,6 @@ | |||
1 | /* $OpenBSD: crypt.c,v 1.29 2015/07/18 00:58:19 tedu Exp $ */ | 1 | /* $OpenBSD: crypt.c,v 1.30 2015/07/18 01:18:50 jeremy Exp $ */ |
2 | 2 | ||
3 | #include <errno.h> | ||
3 | #include <pwd.h> | 4 | #include <pwd.h> |
4 | 5 | ||
5 | char * | 6 | char * |