summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/log.c
diff options
context:
space:
mode:
authorstevesk <stevesk@openbsd.org>2006-07-17 01:31:09 +0000
committerstevesk <stevesk@openbsd.org>2006-07-17 01:31:09 +0000
commiteb2751a22d6728146140c132c9aa405419f63e4b (patch)
tree040c6046972d8088cc81a795efd16dc8cc66b53b /usr.bin/ssh/log.c
parentFix splassert false positives on older VAXstation with devices wired to (diff)
downloadwireguard-openbsd-eb2751a22d6728146140c132c9aa405419f63e4b.tar.xz
wireguard-openbsd-eb2751a22d6728146140c132c9aa405419f63e4b.zip
move #include <unistd.h> out of includes.h
Diffstat (limited to 'usr.bin/ssh/log.c')
-rw-r--r--usr.bin/ssh/log.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/log.c b/usr.bin/ssh/log.c
index aa7a61755a8..af913ec31c6 100644
--- a/usr.bin/ssh/log.c
+++ b/usr.bin/ssh/log.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: log.c,v 1.33 2006/07/10 16:37:36 stevesk Exp $ */
+/* $OpenBSD: log.c,v 1.34 2006/07/17 01:31:09 stevesk Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -38,6 +38,7 @@
#include <stdarg.h>
#include <syslog.h>
+#include <unistd.h>
#include <vis.h>
#include "log.h"