mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02:00
Move signal.h up include order to match upstream.
This commit is contained in:
parent
4fa83e2d0e
commit
321874416d
2
kexdh.c
2
kexdh.c
@ -29,9 +29,9 @@
|
|||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
#include <signal.h>
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <signal.h>
|
||||||
|
|
||||||
#include "openbsd-compat/openssl-compat.h"
|
#include "openbsd-compat/openssl-compat.h"
|
||||||
#include <openssl/dh.h>
|
#include <openssl/dh.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user