From: Darren Tucker Date: Sun, 26 Jan 2020 03:09:17 +0000 (+1100) Subject: Include signal.h to prevent redefintion of _NSIG. X-Git-Tag: V_8_2_P1~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0373f9eba2b63455dceedbd3ac3d5dca306789ff;p=thirdparty%2Fopenssh-portable.git Include signal.h to prevent redefintion of _NSIG. --- diff --git a/openbsd-compat/bsd-signal.h b/openbsd-compat/bsd-signal.h index dafb4b199..8d8c44419 100644 --- a/openbsd-compat/bsd-signal.h +++ b/openbsd-compat/bsd-signal.h @@ -19,6 +19,8 @@ #include "includes.h" +#include + #ifndef _NSIG # ifdef NSIG # define _NSIG NSIG