>From 03970702c30337fd75cffffee9984f18af2cbcde Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 17 May 2019 07:57:39 -0700 Subject: [PATCH] b2sum: port blake2b-ref.c to HP-UX aCC Continue the fix for Bug#35650. * src/blake2/blake2b-ref.c [HAVE_CONFIG_H]: Include . --- src/blake2/blake2b-ref.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/blake2/blake2b-ref.c b/src/blake2/blake2b-ref.c index cbb1d8be4..74cbf1fb4 100644 --- a/src/blake2/blake2b-ref.c +++ b/src/blake2/blake2b-ref.c @@ -13,6 +13,10 @@ https://blake2.net. */ +#ifdef HAVE_CONFIG_H +# include +#endif + #include #include #include -- 2.21.0