From 82c8bbc504956bccf1722e2b5cd76c3442b32ef0 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Mon, 21 Jul 2025 21:15:15 +0200 Subject: [PATCH] tests: Add missing header file to unbreak build on freebsd Signed-off-by: Jakub Jelen Reviewed-by: Sahana Prasad --- tests/unittests/torture_pki_sshsig.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unittests/torture_pki_sshsig.c b/tests/unittests/torture_pki_sshsig.c index b2ba3677..465eb347 100644 --- a/tests/unittests/torture_pki_sshsig.c +++ b/tests/unittests/torture_pki_sshsig.c @@ -10,6 +10,7 @@ #include #include +#include static const char template[] = "tmp_XXXXXX"; static const char input[] = "Test input\0string with null byte";