]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
cygwin: add missing stdarg.h include
authorCorinna Vinschen <vinschen@redhat.com>
Mon, 13 Aug 2018 15:05:05 +0000 (17:05 +0200)
committerDamien Miller <djm@mindrot.org>
Mon, 13 Aug 2018 20:01:18 +0000 (13:01 -0700)
Further header file standarization in Cygwin uncovered a lazy
indirect include in bsd-cygwin_util.c

Signed-off-by: Corinna Vinschen <vinschen@redhat.com>
openbsd-compat/bsd-cygwin_util.c

index 398a5f617af59e7a89bae446771b1d1106d4f27e..fb49e30f5981e752bb9e6afe99ffa24f4a9b0170 100644 (file)
@@ -36,6 +36,7 @@
 #include <fcntl.h>
 #include <string.h>
 #include <unistd.h>
+#include <stdarg.h>
 
 #include "xmalloc.h"