From: Tomas Mraz Date: Wed, 23 Jun 2021 07:23:53 +0000 (+0200) Subject: simpledynamic: Add missing include for AIX builds X-Git-Tag: openssl-3.0.0-beta2~222 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79df244ba053b73508a89d60c562b4a7528ec605;p=thirdparty%2Fopenssl.git simpledynamic: Add missing include for AIX builds Reviewed-by: Tim Hudson Reviewed-by: Richard Levitte Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/15874) --- diff --git a/test/simpledynamic.c b/test/simpledynamic.c index 390836891fc..a3a4b06dd03 100644 --- a/test/simpledynamic.c +++ b/test/simpledynamic.c @@ -7,6 +7,7 @@ * https://www.openssl.org/source/license.html */ +#include #include /* For NULL */ #include /* For NON_EMPTY_TRANSLATION_UNIT */ #include