From 77fd63177516ac49f46ca78f04d7e7fcc5b26495 Mon Sep 17 00:00:00 2001 From: tedu Date: Wed, 7 Jan 2015 16:05:28 +0000 Subject: [PATCH] stupid me. need errno.h --- lib/libc/crypt/bcrypt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.20.1