From: dtucker Date: Sat, 9 Sep 2006 05:59:43 +0000 (+0000) Subject: - (dtucker) [openbsd-compat/bsd-snprintf.c] Add stdarg.h. X-Git-Tag: V_4_4_P1~25 X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/commitdiff_plain/fa6edaf0e8538da85c0bb3506ea41d6c3c1869ea - (dtucker) [openbsd-compat/bsd-snprintf.c] Add stdarg.h. --- diff --git a/ChangeLog b/ChangeLog index 40711580..6bc4f09c 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. diff --git a/openbsd-compat/bsd-snprintf.c b/openbsd-compat/bsd-snprintf.c index 47cbcff6..04651e1d 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