From 1ceb1e2391a5ef5b4ebb8a4edd795674fac9ed9a Mon Sep 17 00:00:00 2001 From: chl <> Date: Sat, 17 May 2014 15:18:06 +0000 Subject: Add missing header needed by isdigit(). While there, sort headers. ok tedu@ --- src/lib/libc/crypt/bcrypt.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/lib/libc/crypt/bcrypt.c') diff --git a/src/lib/libc/crypt/bcrypt.c b/src/lib/libc/crypt/bcrypt.c index 87d47b816e..aab26fe2cb 100644 --- a/src/lib/libc/crypt/bcrypt.c +++ b/src/lib/libc/crypt/bcrypt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bcrypt.c,v 1.43 2014/05/06 15:59:24 tedu Exp $ */ +/* $OpenBSD: bcrypt.c,v 1.44 2014/05/17 15:18:06 chl Exp $ */ /* * Copyright (c) 2014 Ted Unangst @@ -31,12 +31,13 @@ * */ +#include +#include +#include +#include #include #include -#include #include -#include -#include /* This implementation is adaptable to current computing power. * You can have up to 2^31 rounds which should be enough for some -- cgit v1.2.3-55-g6feb