]> andersk Git - openssh.git/blobdiff - log.c
- (djm) Sync with V_3_7 branch:
[openssh.git] / log.c
diff --git a/log.c b/log.c
index 58ce8e5dd63784c31ca075f3f645aa530be85e90..9bce2555baa9f55c50578b2943b3844941733dce 100644 (file)
--- a/log.c
+++ b/log.c
@@ -40,6 +40,9 @@ RCSID("$OpenBSD: log.c,v 1.28 2003/05/24 09:02:22 djm Exp $");
 #include "xmalloc.h"
 
 #include <syslog.h>
+#if defined(HAVE_STRNVIS) && defined(HAVE_VIS_H)
+# include <vis.h>
+#endif
 
 static LogLevel log_level = SYSLOG_LEVEL_INFO;
 static int log_on_stderr = 1;
This page took 0.041952 seconds and 4 git commands to generate.