]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Resync header order with upstream.
authorDarren Tucker <dtucker@dtucker.net>
Fri, 5 Sep 2025 10:37:04 +0000 (20:37 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Fri, 5 Sep 2025 10:37:04 +0000 (20:37 +1000)
sshpty.c

index 968df5a63a0b6cd2e152606eb35316255808ec6a..0a82b7d3bea93d3bba3230d74280c9c88dfbebd0 100644 (file)
--- a/sshpty.c
+++ b/sshpty.c
@@ -28,8 +28,8 @@
 #include <stdio.h>
 #include <string.h>
 #include <termios.h>
-#include <util.h>
 #include <unistd.h>
+#include <util.h>
 
 #include "sshpty.h"
 #include "log.h"