From: Darren Tucker Date: Thu, 17 Apr 2025 06:51:14 +0000 (+1000) Subject: Add includes.h for new tests. X-Git-Tag: V_10_1_P1~334 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9b50cb171b5c56184ce6fa3994ce62f9882d2daf;p=thirdparty%2Fopenssh-portable.git Add includes.h for new tests. Fixes builds on older platforms. --- diff --git a/regress/unittests/hostkeys/tests.c b/regress/unittests/hostkeys/tests.c index a14ba19b3..c6e17fad0 100644 --- a/regress/unittests/hostkeys/tests.c +++ b/regress/unittests/hostkeys/tests.c @@ -5,6 +5,8 @@ * Placed in the public domain */ +#include "includes.h" + #include #include "../test_helper/test_helper.h" diff --git a/regress/unittests/sshbuf/tests.c b/regress/unittests/sshbuf/tests.c index eb801fb3b..95a34a8c8 100644 --- a/regress/unittests/sshbuf/tests.c +++ b/regress/unittests/sshbuf/tests.c @@ -5,6 +5,8 @@ * Placed in the public domain */ +#include "includes.h" + #include #include "../test_helper/test_helper.h"