From 024b694249482698b0c73d24da0eaec696fca8c8 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Fri, 5 Sep 2025 20:37:04 +1000 Subject: [PATCH] Resync header order with upstream. --- sshpty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sshpty.c b/sshpty.c index 968df5a63..0a82b7d3b 100644 --- a/sshpty.c +++ b/sshpty.c @@ -28,8 +28,8 @@ #include #include #include -#include #include +#include #include "sshpty.h" #include "log.h" -- 2.47.3