mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-30 14:12:06 +00: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…
Reference in New Issue
Block a user