]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
simpledynamic: Add missing include for AIX builds
authorTomas Mraz <tomas@openssl.org>
Wed, 23 Jun 2021 07:23:53 +0000 (09:23 +0200)
committerPauli <pauli@openssl.org>
Thu, 24 Jun 2021 05:56:32 +0000 (15:56 +1000)
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15874)

test/simpledynamic.c

index 390836891fcee158b4def430edda95b45bf37caf..a3a4b06dd03a16d7fbfb0d6e0158fb2005e048e5 100644 (file)
@@ -7,6 +7,7 @@
  * https://www.openssl.org/source/license.html
  */
 
+#include <string.h>
 #include <stdlib.h>              /* For NULL */
 #include <openssl/macros.h>      /* For NON_EMPTY_TRANSLATION_UNIT */
 #include <openssl/e_os2.h>