diff options
author | Darren Tucker <dtucker@zip.com.au> | 2006-07-12 22:15:16 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2006-07-12 22:15:16 +1000 |
commit | 5d19626a0476f40e9320541194391d7eb51038d3 (patch) | |
tree | b04c6cc63d87549b6eaef1ca12fbe3056df3a0eb /log.h | |
parent | 11318476842a01eef47ceff67f31afc06cf2eaa5 (diff) |
- stevesk@cvs.openbsd.org 2006/07/10 16:37:36
[readpass.c log.h scp.c fatal.c xmalloc.c includes.h ssh-keyscan.c misc.c
auth.c packet.c log.c]
move #include <stdarg.h> out of includes.h; ok markus@
Diffstat (limited to 'log.h')
-rw-r--r-- | log.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: log.h,v 1.12 2006/03/25 22:22:43 djm Exp $ */ | 1 | /* $OpenBSD: log.h,v 1.13 2006/07/10 16:37:36 stevesk Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -15,6 +15,8 @@ | |||
15 | #ifndef SSH_LOG_H | 15 | #ifndef SSH_LOG_H |
16 | #define SSH_LOG_H | 16 | #define SSH_LOG_H |
17 | 17 | ||
18 | #include <stdarg.h> | ||
19 | |||
18 | #include <syslog.h> /* Needed for LOG_AUTHPRIV (if present) */ | 20 | #include <syslog.h> /* Needed for LOG_AUTHPRIV (if present) */ |
19 | 21 | ||
20 | /* Supported syslog facilities and levels. */ | 22 | /* Supported syslog facilities and levels. */ |