From: Damien Miller Date: Wed, 25 Sep 2024 01:15:45 +0000 (+1000) Subject: gss-serv.c needs sys/param.h X-Git-Tag: V_10_0_P1~201 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=815a94e86a68c1000b8310cb47695cea9329516c;p=thirdparty%2Fopenssh-portable.git gss-serv.c needs sys/param.h From Void Linux --- diff --git a/gss-serv.c b/gss-serv.c index 00e3d118b..025a118f8 100644 --- a/gss-serv.c +++ b/gss-serv.c @@ -29,6 +29,7 @@ #ifdef GSSAPI #include +#include #include #include