diff options
author | Jeremy Evans <jeremy@cvs.openbsd.org> | 2015-07-18 01:18:51 +0000 |
---|---|---|
committer | Jeremy Evans <jeremy@cvs.openbsd.org> | 2015-07-18 01:18:51 +0000 |
commit | 6759fe6a1a103fb698235cec37474f0343002c1e (patch) | |
tree | a1204ec7944497641ee358ad0d5da0e8d53e9662 /lib | |
parent | 1022f8c98bd6e2391303748963d6201786adce04 (diff) |
Unbreak, add errno header
OK tedu@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/crypt/crypt.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/crypt/crypt.c b/lib/libc/crypt/crypt.c index ba32d297527..95e69bbe998 100644 --- a/lib/libc/crypt/crypt.c +++ b/lib/libc/crypt/crypt.c @@ -1,5 +1,6 @@ -/* $OpenBSD: crypt.c,v 1.29 2015/07/18 00:58:19 tedu Exp $ */ +/* $OpenBSD: crypt.c,v 1.30 2015/07/18 01:18:50 jeremy Exp $ */ +#include <errno.h> #include <pwd.h> char * |