]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Move signal.h up include order to match upstream.
authorDarren Tucker <dtucker@dtucker.net>
Sat, 3 Jul 2021 10:38:09 +0000 (20:38 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Sat, 3 Jul 2021 10:38:09 +0000 (20:38 +1000)
kexdh.c

diff --git a/kexdh.c b/kexdh.c
index 001dd12db57ae6642b2521be3c50a079fb00cde0..c1084f2146e1b03dbbf5490746b31595e8766b7d 100644 (file)
--- a/kexdh.c
+++ b/kexdh.c
@@ -29,9 +29,9 @@
 
 #include <sys/types.h>
 
-#include <signal.h>
 #include <stdio.h>
 #include <string.h>
+#include <signal.h>
 
 #include "openbsd-compat/openssl-compat.h"
 #include <openssl/dh.h>