[openssh-commits] [openssh] 02/02: gss-serv.c needs sys/param.h

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Sep 25 11:16:14 AEST 2024


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit 815a94e86a68c1000b8310cb47695cea9329516c
Author: Damien Miller <djm at mindrot.org>
AuthorDate: Wed Sep 25 11:15:45 2024 +1000

    gss-serv.c needs sys/param.h
    
    From Void Linux
---
 gss-serv.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gss-serv.c b/gss-serv.c
index 00e3d118..025a118f 100644
--- a/gss-serv.c
+++ b/gss-serv.c
@@ -29,6 +29,7 @@
 #ifdef GSSAPI
 
 #include <sys/types.h>
+#include <sys/param.h>
 
 #include <stdarg.h>
 #include <string.h>

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list