$OpenBSD: patch-log_h,v 1.1 2013/06/21 06:12:56 ajacoutot Exp $

log.h:63: error: expected declaration specifiers or '...' before 'va_list'

--- log.h.orig	Fri Jun 21 08:09:21 2013
+++ log.h	Fri Jun 21 08:09:55 2013
@@ -15,6 +15,8 @@
 #ifndef SSH_LOG_H
 #define SSH_LOG_H
 
+#include <stdarg.h> /* va_list */
+
 /* Supported syslog facilities and levels. */
 typedef enum {
 	SYSLOG_FACILITY_DAEMON,
