From 89698aee11dc52423fd8cc2cd5dcc120388ded54 Mon Sep 17 00:00:00 2001 From: robert <> Date: Mon, 4 Sep 2023 08:36:48 +0000 Subject: unbreak build with llvm-16 by including sys/types.h for __BEGIN_HIDDEN_DECLS /usr/src/lib/libcrypto/whrlpool/wp_local.h:5:1: error: unknown type name '__BEGIN_HIDDEN_DECLS' ok tb@ --- src/lib/libcrypto/whrlpool/wp_dgst.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/whrlpool') diff --git a/src/lib/libcrypto/whrlpool/wp_dgst.c b/src/lib/libcrypto/whrlpool/wp_dgst.c index fd074c181c..282679e7d1 100644 --- a/src/lib/libcrypto/whrlpool/wp_dgst.c +++ b/src/lib/libcrypto/whrlpool/wp_dgst.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wp_dgst.c,v 1.5 2022/11/26 16:08:54 tb Exp $ */ +/* $OpenBSD: wp_dgst.c,v 1.6 2023/09/04 08:36:48 robert Exp $ */ /** * The Whirlpool hashing function. * @@ -52,6 +52,8 @@ * input. This is done for performance. */ +#include + #include "wp_local.h" #include #include -- cgit v1.2.3-55-g6feb