From: Niels Möller Date: Thu, 28 Mar 2024 19:14:51 +0000 (+0100) Subject: Add missing include of string.h. X-Git-Tag: nettle_3.10rc1~19^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39de9f54ec7bb08e37e0815f80ac54db115e8826;p=thirdparty%2Fnettle.git Add missing include of string.h. --- diff --git a/shake128.c b/shake128.c index ceec7b93..f0eb7e24 100644 --- a/shake128.c +++ b/shake128.c @@ -36,6 +36,8 @@ # include "config.h" #endif +#include + #include "sha3.h" #include "sha3-internal.h"