From: Darren Tucker Date: Fri, 5 Sep 2025 10:37:04 +0000 (+1000) Subject: Resync header order with upstream. X-Git-Tag: V_10_1_P1~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=024b694249482698b0c73d24da0eaec696fca8c8;p=thirdparty%2Fopenssh-portable.git Resync header order with upstream. --- 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"