diff options
Diffstat (limited to 'md-sha256.c')
-rw-r--r-- | md-sha256.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/md-sha256.c b/md-sha256.c index 063a1014..8c1b3b92 100644 --- a/md-sha256.c +++ b/md-sha256.c @@ -1,4 +1,4 @@ -/* $OpenBSD: md-sha256.c,v 1.4 2006/07/22 20:48:23 stevesk Exp $ */ +/* $OpenBSD: md-sha256.c,v 1.5 2006/08/03 03:34:42 deraadt Exp $ */ /* * Copyright (c) 2005 Damien Miller <djm@openbsd.org> * @@ -18,6 +18,8 @@ /* EVP wrapper for SHA256 */ #include "includes.h" + +#include <sys/types.h> #include <openssl/opensslv.h> #if !defined(HAVE_EVP_SHA256) && (OPENSSL_VERSION_NUMBER >= 0x00907000L) |