[openssh-commits] [openssh] 04/04: Move signal.h up include order to match upstream.
git+noreply at mindrot.org
git+noreply at mindrot.org
Sat Jul 3 20:38:46 AEST 2021
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 321874416d610ad2158ce6112f094a4862c2e37f
Author: Darren Tucker <dtucker at dtucker.net>
Date: Sat Jul 3 20:38:09 2021 +1000
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 001dd12d..c1084f21 100644
--- 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>
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list