The branch master has been updated
via 79df244ba053b73508a89d60c562b4a7528ec605 (commit)
from 0652197407e1cb0d550f9528d9253c79f980608d (commit)
- Log -----------------------------------------------------------------
commit 79df244ba053b73508a89d60c562b4a7528ec605
Author: Tomas Mraz <[email protected]>
Date: Wed Jun 23 09:23:53 2021 +0200
simpledynamic: Add missing include for AIX builds
Reviewed-by: Tim Hudson <[email protected]>
Reviewed-by: Richard Levitte <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/15874)
-----------------------------------------------------------------------
Summary of changes:
test/simpledynamic.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/simpledynamic.c b/test/simpledynamic.c
index 390836891f..a3a4b06dd0 100644
--- a/test/simpledynamic.c
+++ b/test/simpledynamic.c
@@ -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>