diff options
author | jeremy <> | 2015-07-18 01:18:50 +0000 |
---|---|---|
committer | jeremy <> | 2015-07-18 01:18:50 +0000 |
commit | 2003252535d121432ab5d48bef32671b480554cd (patch) | |
tree | de3256eb0d14a8b069c1d46622b570c5dba3454b /src/lib/libc | |
parent | 35d2b3fadc78785d1c19c0008ee306e4c92828ef (diff) | |
download | openbsd-2003252535d121432ab5d48bef32671b480554cd.tar.gz openbsd-2003252535d121432ab5d48bef32671b480554cd.tar.bz2 openbsd-2003252535d121432ab5d48bef32671b480554cd.zip |
Unbreak, add errno header
OK tedu@
Diffstat (limited to 'src/lib/libc')
-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 * |