mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-04-28 06:08:20 +00:00
gss-serv.c needs sys/param.h
From Void Linux
This commit is contained in:
parent
76a618d284
commit
815a94e86a
@ -29,6 +29,7 @@
|
|||||||
#ifdef GSSAPI
|
#ifdef GSSAPI
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
#include <sys/param.h>
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user