[openssh-commits] [openssh] 01/03: Add includes.h for compat functions.
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Jun 2 19:00:29 AEST 2026
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 14d88d4da7fb72d94239049d76c7651723b1a3d9
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Tue Jun 2 17:44:12 2026 +1000
Add includes.h for compat functions.
Fixes build on at least old AIX.
---
regress/unittests/servconf/tests.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/regress/unittests/servconf/tests.c b/regress/unittests/servconf/tests.c
index 3272d6680..52e1e9fdc 100644
--- a/regress/unittests/servconf/tests.c
+++ b/regress/unittests/servconf/tests.c
@@ -5,6 +5,8 @@
* Placed in the public domain
*/
+#include "includes.h"
+
#include <sys/types.h>
#include <limits.h>
#include <stdio.h>
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list