summaryrefslogtreecommitdiff
path: root/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'log.c')
-rw-r--r--log.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/log.c b/log.c
index f7f92bcac..8702c3e52 100644
--- a/log.c
+++ b/log.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: log.c,v 1.32 2006/07/08 23:30:06 stevesk Exp $ */ 1/* $OpenBSD: log.c,v 1.33 2006/07/10 16:37:36 stevesk Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -36,6 +36,7 @@
36 36
37#include "includes.h" 37#include "includes.h"
38 38
39#include <stdarg.h>
39#include <syslog.h> 40#include <syslog.h>
40#if defined(HAVE_STRNVIS) && defined(HAVE_VIS_H) 41#if defined(HAVE_STRNVIS) && defined(HAVE_VIS_H)
41# include <vis.h> 42# include <vis.h>