mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-24 14:25:04 +02:00
Include signal.h to prevent redefintion of _NSIG.
This commit is contained in:
parent
638a45b5c1
commit
0373f9eba2
@ -19,6 +19,8 @@
|
||||
|
||||
#include "includes.h"
|
||||
|
||||
#include <signal.h>
|
||||
|
||||
#ifndef _NSIG
|
||||
# ifdef NSIG
|
||||
# define _NSIG NSIG
|
||||
|
Loading…
x
Reference in New Issue
Block a user