]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
gss-serv.c needs sys/param.h
authorDamien Miller <djm@mindrot.org>
Wed, 25 Sep 2024 01:15:45 +0000 (11:15 +1000)
committerDamien Miller <djm@mindrot.org>
Wed, 25 Sep 2024 01:15:45 +0000 (11:15 +1000)
From Void Linux

gss-serv.c

index 00e3d118bd1fed89e73a6d750431513c62c240c1..025a118f886bcc6a34a9353cd81fdf176c6cd793 100644 (file)
@@ -29,6 +29,7 @@
 #ifdef GSSAPI
 
 #include <sys/types.h>
+#include <sys/param.h>
 
 #include <stdarg.h>
 #include <string.h>