]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream commit
authordtucker@openbsd.org <dtucker@openbsd.org>
Thu, 16 Jun 2016 11:00:17 +0000 (11:00 +0000)
committerDamien Miller <djm@mindrot.org>
Fri, 24 Jun 2016 03:35:28 +0000 (13:35 +1000)
Include stdarg.h for va_copy as per man page.

Upstream-ID: 105d6b2f1af2fbd9d91c893c436ab121434470bd

sshbuf-getput-basic.c

index 23e0fd7c1cf4c43f411a89d10f7d4dccfe84aa1d..ad21ae574ce663f3cf160c1e09a09b70cbea2dff 100644 (file)
@@ -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 <sys/types.h>
+
+#include <stdarg.h>
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>