summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/authfile.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/authfile.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/authfile.c')
-rw-r--r--usr.bin/ssh/authfile.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/authfile.c b/usr.bin/ssh/authfile.c
index 9c1eb7c405e..c937e7388f8 100644
--- a/usr.bin/ssh/authfile.c
+++ b/usr.bin/ssh/authfile.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: authfile.c,v 1.72 2006/07/26 02:35:17 stevesk Exp $ */
+/* $OpenBSD: authfile.c,v 1.73 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
@@ -48,6 +48,7 @@
#include <errno.h>
#include <fcntl.h>
+#include <stdlib.h>
#include <string.h>
#include <unistd.h>