From 321874416d610ad2158ce6112f094a4862c2e37f Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Sat, 3 Jul 2021 20:38:09 +1000 Subject: [PATCH] Move signal.h up include order to match upstream. --- kexdh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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