[openssh-commits] [openssh] 02/02: Add includes to ptimeout test.
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Feb 20 23:26:16 AEDT 2023
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit ef798bad38505f7bf1b5fa5c0843dfc5a2b192b9
Author: Mayank Sharma <mayank.fit2010 at gmail.com>
Date: Mon Feb 20 17:37:15 2023 +0530
Add includes to ptimeout test.
Fixes test failures on AIX due to type mismatches.
---
regress/unittests/misc/test_ptimeout.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/regress/unittests/misc/test_ptimeout.c b/regress/unittests/misc/test_ptimeout.c
index 7adc590e..f56e8899 100644
--- a/regress/unittests/misc/test_ptimeout.c
+++ b/regress/unittests/misc/test_ptimeout.c
@@ -5,6 +5,8 @@
* Placed in the public domain.
*/
+#include "includes.h"
+
#include <sys/types.h>
#include <stdio.h>
#include <stdint.h>
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list