From: dtucker@openbsd.org Date: Thu, 16 Jun 2016 11:00:17 +0000 (+0000) Subject: upstream commit X-Git-Tag: V_7_3_P1~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9816fc5daee5ca924dd5c4781825afbaab728877;p=thirdparty%2Fopenssh-portable.git upstream commit Include stdarg.h for va_copy as per man page. Upstream-ID: 105d6b2f1af2fbd9d91c893c436ab121434470bd --- diff --git a/sshbuf-getput-basic.c b/sshbuf-getput-basic.c index 23e0fd7c1..ad21ae574 100644 --- a/sshbuf-getput-basic.c +++ b/sshbuf-getput-basic.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sshbuf-getput-basic.c,v 1.5 2015/10/20 23:24:25 mmcc Exp $ */ +/* $OpenBSD: sshbuf-getput-basic.c,v 1.6 2016/06/16 11:00:17 dtucker Exp $ */ /* * Copyright (c) 2011 Damien Miller * @@ -19,6 +19,8 @@ #include "includes.h" #include + +#include #include #include #include