[openssh-commits] [openssh] branch master updated: Add includes.h for new tests.

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Apr 17 16:52:36 AEST 2025


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

The following commit(s) were added to refs/heads/master by this push:
     new 9b50cb171 Add includes.h for new tests.
9b50cb171 is described below

commit 9b50cb171b5c56184ce6fa3994ce62f9882d2daf
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Thu Apr 17 16:51:14 2025 +1000

    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 <stdio.h>
 
 #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 <stdio.h>
 
 #include "../test_helper/test_helper.h"

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list