[openssh-commits] [openssh] 01/02: Include time.h for clock_gettime().
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Apr 18 08:16:09 AEST 2025
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 52bddbc1a7f53a1e5c871767913648eb639ac6d5
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Fri Apr 18 08:10:32 2025 +1000
Include time.h for clock_gettime().
---
regress/unittests/test_helper/test_helper.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/regress/unittests/test_helper/test_helper.c b/regress/unittests/test_helper/test_helper.c
index b75f77014..7783d65a4 100644
--- a/regress/unittests/test_helper/test_helper.c
+++ b/regress/unittests/test_helper/test_helper.c
@@ -35,6 +35,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <time.h>
#include <unistd.h>
#ifdef WITH_OPENSSL
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list