From: Darren Tucker Date: Fri, 22 May 2015 07:49:46 +0000 (+1000) Subject: Include signal.h for sig_atomic_t, used by kex.h. X-Git-Tag: V_6_9_P1~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa72196a00be6e0b666215edcffbc10af234cb0e;p=thirdparty%2Fopenssh-portable.git Include signal.h for sig_atomic_t, used by kex.h. bz#2402, from tomas.kuthan at oracle com. --- diff --git a/gss-genr.c b/gss-genr.c index 60ac65f8d..d617d600a 100644 --- a/gss-genr.c +++ b/gss-genr.c @@ -34,6 +34,7 @@ #include #include #include +#include #include #include "xmalloc.h"