summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/authfile.c
diff options
context:
space:
mode:
authorstevesk <stevesk@openbsd.org>2006-07-26 02:35:16 +0000
committerstevesk <stevesk@openbsd.org>2006-07-26 02:35:16 +0000
commit2f43a2f848f436435722d0e9d58b630a06118ca7 (patch)
tree8cc5ed1ea362b21dd4b1f44e6cf689bc8d91550c /usr.bin/ssh/authfile.c
parentCrank buffer sizes to the 1024 limit imposed by ttymalloc() (diff)
downloadwireguard-openbsd-2f43a2f848f436435722d0e9d58b630a06118ca7.tar.xz
wireguard-openbsd-2f43a2f848f436435722d0e9d58b630a06118ca7.zip
move #include <sys/param.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 f14c46bc7a3..9c1eb7c405e 100644
--- a/usr.bin/ssh/authfile.c
+++ b/usr.bin/ssh/authfile.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: authfile.c,v 1.71 2006/07/22 20:48:22 stevesk Exp $ */
+/* $OpenBSD: authfile.c,v 1.72 2006/07/26 02:35:17 stevesk Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -40,6 +40,7 @@
#include <sys/types.h>
#include <sys/stat.h>
+#include <sys/param.h>
#include <openssl/err.h>
#include <openssl/evp.h>