summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/log.c
diff options
context:
space:
mode:
authorstevesk <stevesk@openbsd.org>2006-07-26 13:57:17 +0000
committerstevesk <stevesk@openbsd.org>2006-07-26 13:57:17 +0000
commita121c4e0c9a0d3cd6b0038e9c8824c93d828457a (patch)
tree44bda8a4269b380c01db3bc3e51ae67d61317231 /usr.bin/ssh/log.c
parentwording/grammar tweaks; (diff)
downloadwireguard-openbsd-a121c4e0c9a0d3cd6b0038e9c8824c93d828457a.tar.xz
wireguard-openbsd-a121c4e0c9a0d3cd6b0038e9c8824c93d828457a.zip
move #include <stdlib.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 cc669c12fc4..f03c7ef2951 100644
--- a/usr.bin/ssh/log.c
+++ b/usr.bin/ssh/log.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: log.c,v 1.35 2006/07/22 20:48:23 stevesk Exp $ */
+/* $OpenBSD: log.c,v 1.36 2006/07/26 13:57:17 stevesk Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -37,6 +37,7 @@
#include "includes.h"
#include <stdarg.h>
+#include <stdlib.h>
#include <string.h>
#include <syslog.h>
#include <unistd.h>