From: Darren Tucker Date: Wed, 13 Nov 2019 00:56:56 +0000 (+1100) Subject: Include stdarg.h for va_list in xmalloc.h. X-Git-Tag: V_8_2_P1~326 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b523d23804c13cb68db135b919fcf312c42b580;p=thirdparty%2Fopenssh-portable.git Include stdarg.h for va_list in xmalloc.h. --- diff --git a/match.c b/match.c index 754d2a0ba..91083470a 100644 --- a/match.c +++ b/match.c @@ -40,6 +40,7 @@ #include #include +#include #include #include #include diff --git a/sftp-glob.c b/sftp-glob.c index c196c51e5..feba0a23c 100644 --- a/sftp-glob.c +++ b/sftp-glob.c @@ -23,6 +23,7 @@ #endif #include +#include #include #include diff --git a/umac.c b/umac.c index ccae39f30..e4929bcb7 100644 --- a/umac.c +++ b/umac.c @@ -74,6 +74,7 @@ #include "includes.h" #include #include +#include #include #include #include