summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2006-09-09 15:59:43 +1000
committerDarren Tucker <dtucker@zip.com.au>2006-09-09 15:59:43 +1000
commit08432d54faf63a2f5f9c264ac8ff6aa343ebeabc (patch)
tree87e523ecaa69bef034aa1e6ba3573e6b530071c5
parent6d0d6fbfdfe7afd7fa0bb8541b743f9194cdd437 (diff)
downloadopenssh-git-08432d54faf63a2f5f9c264ac8ff6aa343ebeabc.tar.gz
- (dtucker) [openbsd-compat/bsd-snprintf.c] Add stdarg.h.
-rw-r--r--ChangeLog5
-rw-r--r--openbsd-compat/bsd-snprintf.c1
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 818cb977..ead33c85 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 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 <ctype.h>
+#include <stdarg.h>
#include <stdlib.h>
#include <string.h>