From: Darren Tucker Date: Fri, 5 Sep 2025 10:39:16 +0000 (+1000) Subject: Resync header order with upstream. X-Git-Tag: V_10_1_P1~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb8ac0515e68cab63db2d026eb60127185a3d2b8;p=thirdparty%2Fopenssh-portable.git Resync header order with upstream. --- diff --git a/ssh-keyscan.c b/ssh-keyscan.c index 28451fc59..f9788114d 100644 --- a/ssh-keyscan.c +++ b/ssh-keyscan.c @@ -21,13 +21,13 @@ #include #endif +#include #include #include -#include -#include #include #include #include +#include #include #include #include