[openssh-commits] [openssh] 03/04: gss-serv.c needs sys/param.h
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Sep 25 11:34:03 AEST 2024
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch V_9_9
in repository openssh.
commit ff2cd1dd5711ff88efdf26662d6189d980439a1f
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