]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Sync header order with upstream.
authorDarren Tucker <dtucker@dtucker.net>
Sun, 8 Feb 2026 18:02:36 +0000 (05:02 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Sun, 8 Feb 2026 22:06:16 +0000 (09:06 +1100)
gss-serv.c

index 877333ce9c04412ed916ffc98412f19954e51a8c..82f4cacddda95ff95b018b0ef0376de7ddff0ed5 100644 (file)
@@ -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>