From: Paul Eggert Date: Fri, 17 May 2019 14:57:39 +0000 (-0700) Subject: b2sum: port blake2b-ref.c to HP-UX aCC X-Git-Tag: v8.32~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a60af87f242a74c654ad5754d2653562e766a105;p=thirdparty%2Fcoreutils.git b2sum: port blake2b-ref.c to HP-UX aCC Continue the fix for Bug#35650. * src/blake2/blake2b-ref.c [HAVE_CONFIG_H]: Include . --- diff --git a/src/blake2/blake2b-ref.c b/src/blake2/blake2b-ref.c index cbb1d8be43..74cbf1fb41 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