From 08432d54faf63a2f5f9c264ac8ff6aa343ebeabc Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Sat, 9 Sep 2006 15:59:43 +1000 Subject: [PATCH] - (dtucker) [openbsd-compat/bsd-snprintf.c] Add stdarg.h. --- ChangeLog | 5 ++++- openbsd-compat/bsd-snprintf.c | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 818cb9774..ead33c85b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +20060909 + - (dtucker) [openbsd-compat/bsd-snprintf.c] Add stdarg.h. + 20060908 - (dtucker) [auth-sia.c] Add includes required for build on Tru64. Patch from Chris Adams. @@ -5415,4 +5418,4 @@ - (djm) Trim deprecated options from INSTALL. Mention UsePAM - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu -$Id: ChangeLog,v 1.4537 2006/09/08 15:05:21 dtucker Exp $ +$Id: ChangeLog,v 1.4538 2006/09/09 05:59:43 dtucker Exp $ diff --git a/openbsd-compat/bsd-snprintf.c b/openbsd-compat/bsd-snprintf.c index 47cbcff67..04651e1d4 100644 --- a/openbsd-compat/bsd-snprintf.c +++ b/openbsd-compat/bsd-snprintf.c @@ -109,6 +109,7 @@ #if !defined(HAVE_SNPRINTF) || !defined(HAVE_VSNPRINTF) #include +#include #include #include