summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/log.h
diff options
context:
space:
mode:
authorKevin Steves <stevesk@cvs.openbsd.org>2006-07-10 16:37:37 +0000
committerKevin Steves <stevesk@cvs.openbsd.org>2006-07-10 16:37:37 +0000
commit8778ad3b0015df6a1388a98de3796032d45eaa49 (patch)
treef1a81e31d0b1aa8e15686804ed0e81d03db26409 /usr.bin/ssh/log.h
parent18e3c30a70f1f1d35dfc53c49a690b7d84d5fedc (diff)
move #include <stdarg.h> out of includes.h; ok markus@
Diffstat (limited to 'usr.bin/ssh/log.h')
-rw-r--r--usr.bin/ssh/log.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/ssh/log.h b/usr.bin/ssh/log.h
index ad2a3a19896..77970eec82e 100644
--- a/usr.bin/ssh/log.h
+++ b/usr.bin/ssh/log.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: log.h,v 1.12 2006/03/25 22:22:43 djm Exp $ */
+/* $OpenBSD: log.h,v 1.13 2006/07/10 16:37:36 stevesk Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -15,6 +15,8 @@
#ifndef SSH_LOG_H
#define SSH_LOG_H
+#include <stdarg.h>
+
/* Supported syslog facilities and levels. */
typedef enum {
SYSLOG_FACILITY_DAEMON,