[openssh-commits] [openssh] 01/01: Include stdarg.h for va_list in xmalloc.h.
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Nov 13 11:57:53 AEDT 2019
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 2b523d23804c13cb68db135b919fcf312c42b580
Author: Darren Tucker <dtucker at dtucker.net>
Date: Wed Nov 13 11:56:56 2019 +1100
Include stdarg.h for va_list in xmalloc.h.
---
match.c | 1 +
sftp-glob.c | 1 +
umac.c | 1 +
3 files changed, 3 insertions(+)
diff --git a/match.c b/match.c
index 754d2a0b..91083470 100644
--- a/match.c
+++ b/match.c
@@ -40,6 +40,7 @@
#include <sys/types.h>
#include <ctype.h>
+#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
diff --git a/sftp-glob.c b/sftp-glob.c
index c196c51e..feba0a23 100644
--- a/sftp-glob.c
+++ b/sftp-glob.c
@@ -23,6 +23,7 @@
#endif
#include <dirent.h>
+#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
diff --git a/umac.c b/umac.c
index ccae39f3..e4929bcb 100644
--- a/umac.c
+++ b/umac.c
@@ -74,6 +74,7 @@
#include "includes.h"
#include <sys/types.h>
#include <string.h>
+#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <stddef.h>
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list