mirror of git://anongit.mindrot.org/openssh.git
cygwin: add missing stdarg.h include
Further header file standarization in Cygwin uncovered a lazy indirect include in bsd-cygwin_util.c Signed-off-by: Corinna Vinschen <vinschen@redhat.com>
This commit is contained in:
parent
c3903c38b0
commit
b0917945ef
|
@ -36,6 +36,7 @@
|
|||
#include <fcntl.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#include "xmalloc.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue