]> andersk Git - openssh.git/commitdiff
- (dtucker) [openbsd-compat/bsd-snprintf.c] Add stdarg.h.
authordtucker <dtucker>
Sat, 9 Sep 2006 05:59:43 +0000 (05:59 +0000)
committerdtucker <dtucker>
Sat, 9 Sep 2006 05:59:43 +0000 (05:59 +0000)
ChangeLog
openbsd-compat/bsd-snprintf.c

index 40711580a6075dbc782c351252909dae529b4dc9..6bc4f09cc92574d815ad2992c8d66fd431562776 100644 (file)
--- 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.
index 47cbcff67f46114455343f9fae4405388738627c..04651e1d438be8e8702d4dc0753e48f90f725358 100644 (file)
 #if !defined(HAVE_SNPRINTF) || !defined(HAVE_VSNPRINTF)
 
 #include <ctype.h>
+#include <stdarg.h>
 #include <stdlib.h>
 #include <string.h>
 
This page took 0.055095 seconds and 5 git commands to generate.