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.c | |
parent | 11318476842a01eef47ceff67f31afc06cf2eaa5 (diff) | |
download | openssh-git-5d19626a0476f40e9320541194391d7eb51038d3.tar.gz |
- 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.c')
-rw-r--r-- | log.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $OpenBSD: log.c,v 1.32 2006/07/08 23:30:06 stevesk Exp $ */ +/* $OpenBSD: log.c,v 1.33 2006/07/10 16:37:36 stevesk Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -36,6 +36,7 @@ #include "includes.h" +#include <stdarg.h> #include <syslog.h> #if defined(HAVE_STRNVIS) && defined(HAVE_VIS_H) # include <vis.h> |