From: Gregor Jasny Date: Tue, 5 Jul 2022 10:57:06 +0000 (+0200) Subject: Add missing header for memcmp X-Git-Tag: openssl-3.2.0-alpha1~2431 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9e578e720bb35228948564192adbe3bc503d5fb;p=thirdparty%2Fopenssl.git Add missing header for memcmp CLA: trivial Reviewed-by: Paul Dale Reviewed-by: Dmitry Belyavskiy Reviewed-by: Todd Short Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/18719) --- diff --git a/test/v3ext.c b/test/v3ext.c index 926f3884b13..a8ab64b2714 100644 --- a/test/v3ext.c +++ b/test/v3ext.c @@ -8,6 +8,7 @@ */ #include +#include #include #include #include