summaryrefslogtreecommitdiff
path: root/auth2-none.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2006-08-05 18:46:47 +1000
committerDarren Tucker <dtucker@zip.com.au>2006-08-05 18:46:47 +1000
commit1a3d6e7bdd1d0a329f40034e7674dcc03e845bf3 (patch)
tree98801c52e1e254686acd7db2b65bc54766908b7a /auth2-none.c
parent8a15f01affbe332970fd8f8b07d3e6d8f7e6acb2 (diff)
downloadopenssh-git-1a3d6e7bdd1d0a329f40034e7674dcc03e845bf3.tar.gz
- dtucker@cvs.openbsd.org 2006/08/05 07:52:52
[auth2-none.c sshd.c monitor_wrap.c] Add headers required to build with KERBEROS5=no. ok djm@
Diffstat (limited to 'auth2-none.c')
-rw-r--r--auth2-none.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/auth2-none.c b/auth2-none.c
index 8cbef527..f455bdde 100644
--- a/auth2-none.c
+++ b/auth2-none.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth2-none.c,v 1.12 2006/08/03 03:34:41 deraadt Exp $ */
+/* $OpenBSD: auth2-none.c,v 1.13 2006/08/05 07:52:52 dtucker Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
*
@@ -27,6 +27,7 @@
#include <sys/types.h>
#include <sys/stat.h>
+#include <sys/uio.h>
#include <fcntl.h>
#include <unistd.h>