[openssh-commits] [openssh] 01/07: Sync header order with upstream.

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Feb 10 02:01:21 AEDT 2026


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit b62198a19a53227ca166c62825ac72a7696c42ed
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Mon Feb 9 05:02:36 2026 +1100

    Sync header order with upstream.
---
 gss-serv.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gss-serv.c b/gss-serv.c
index 877333ce9..82f4cacdd 100644
--- a/gss-serv.c
+++ b/gss-serv.c
@@ -30,7 +30,9 @@
 
 #include <sys/types.h>
 #include <sys/param.h>
+#include <sys/queue.h>
 
+#include <netdb.h>
 #include <stdarg.h>
 #include <string.h>
 #include <unistd.h>

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list