From: tedu Date: Wed, 7 Jan 2015 16:05:28 +0000 (+0000) Subject: stupid me. need errno.h X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=77fd63177516ac49f46ca78f04d7e7fcc5b26495;p=openbsd stupid me. need errno.h --- diff --git a/lib/libc/crypt/bcrypt.c b/lib/libc/crypt/bcrypt.c index dc174f2a4d3..f6ff29b234d 100644 --- a/lib/libc/crypt/bcrypt.c +++ b/lib/libc/crypt/bcrypt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bcrypt.c,v 1.49 2015/01/07 15:46:23 tedu Exp $ */ +/* $OpenBSD: bcrypt.c,v 1.50 2015/01/07 16:05:28 tedu Exp $ */ /* * Copyright (c) 2014 Ted Unangst @@ -34,6 +34,7 @@ #include #include #include +#include #include #include #include