From: Corinna Vinschen Date: Mon, 13 Aug 2018 15:05:05 +0000 (+0200) Subject: cygwin: add missing stdarg.h include X-Git-Tag: V_7_8_P1~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0917945efa374be7648d67dbbaaff323ab39edc;p=thirdparty%2Fopenssh-portable.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 --- diff --git a/openbsd-compat/bsd-cygwin_util.c b/openbsd-compat/bsd-cygwin_util.c index 398a5f617..fb49e30f5 100644 --- a/openbsd-compat/bsd-cygwin_util.c +++ b/openbsd-compat/bsd-cygwin_util.c @@ -36,6 +36,7 @@ #include #include #include +#include #include "xmalloc.h"