From 9b50cb171b5c56184ce6fa3994ce62f9882d2daf Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Thu, 17 Apr 2025 16:51:14 +1000 Subject: [PATCH] Add includes.h for new tests. Fixes builds on older platforms. --- regress/unittests/hostkeys/tests.c | 2 ++ regress/unittests/sshbuf/tests.c | 2 ++ 2 files changed, 4 insertions(+) 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" -- 2.47.3