From b0917945efa374be7648d67dbbaaff323ab39edc Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Mon, 13 Aug 2018 17:05:05 +0200 Subject: 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 --- openbsd-compat/bsd-cygwin_util.c | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsd-compat') 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" -- cgit v1.2.3