From: Darren Tucker Date: Sat, 3 Jul 2021 10:38:09 +0000 (+1000) Subject: Move signal.h up include order to match upstream. X-Git-Tag: V_8_7_P1~123 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=321874416d610ad2158ce6112f094a4862c2e37f;p=thirdparty%2Fopenssh-portable.git Move signal.h up include order to match upstream. --- diff --git a/kexdh.c b/kexdh.c index 001dd12db..c1084f214 100644 --- a/kexdh.c +++ b/kexdh.c @@ -29,9 +29,9 @@ #include -#include #include #include +#include #include "openbsd-compat/openssl-compat.h" #include