From: Randall S. Becker Date: Sat, 23 Sep 2023 14:38:13 +0000 (+0100) Subject: Move e_os2.h up in quictestlib.c to allow symbol definition consistency. X-Git-Tag: openssl-3.2.0-alpha2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b07107e31149bf870bc1ae17e59444859fe4e23a;p=thirdparty%2Fopenssl.git Move e_os2.h up in quictestlib.c to allow symbol definition consistency. Fixes: #22178 Signed-of-by: Randall S. Becker Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/22179) --- diff --git a/test/helpers/quictestlib.c b/test/helpers/quictestlib.c index 17da14766fc..8d71d6002f6 100644 --- a/test/helpers/quictestlib.c +++ b/test/helpers/quictestlib.c @@ -10,6 +10,7 @@ #include #include #include +#include "internal/e_os.h" /* For struct timeval */ #include "quictestlib.h" #include "ssltestlib.h" #include "../testutil.h"