]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Add includes.h for new tests.
authorDarren Tucker <dtucker@dtucker.net>
Thu, 17 Apr 2025 06:51:14 +0000 (16:51 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Thu, 17 Apr 2025 06:51:14 +0000 (16:51 +1000)
Fixes builds on older platforms.

regress/unittests/hostkeys/tests.c
regress/unittests/sshbuf/tests.c

index a14ba19b3abe1e838c619868c1faf141626bbf19..c6e17fad09cb66f5f2cd5209a626168bd0dba932 100644 (file)
@@ -5,6 +5,8 @@
  * Placed in the public domain
  */
 
+#include "includes.h"
+
 #include <stdio.h>
 
 #include "../test_helper/test_helper.h"
index eb801fb3b302538c87e1d9de0b36da41ae9d5937..95a34a8c8e9781d1f0ed41d4279a07ed429ce57e 100644 (file)
@@ -5,6 +5,8 @@
  * Placed in the public domain
  */
 
+#include "includes.h"
+
 #include <stdio.h>
 
 #include "../test_helper/test_helper.h"