diff options
Diffstat (limited to 'usr.bin/ssh/auth2-none.c')
-rw-r--r-- | usr.bin/ssh/auth2-none.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/ssh/auth2-none.c b/usr.bin/ssh/auth2-none.c index c6854c8750e..9b3595bc3cd 100644 --- a/usr.bin/ssh/auth2-none.c +++ b/usr.bin/ssh/auth2-none.c @@ -1,4 +1,4 @@ -/* $OpenBSD: auth2-none.c,v 1.10 2006/03/25 13:17:01 djm Exp $ */ +/* $OpenBSD: auth2-none.c,v 1.11 2006/07/09 15:15:10 stevesk Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. * @@ -28,6 +28,8 @@ #include <sys/types.h> #include <sys/stat.h> +#include <fcntl.h> + #include "auth.h" #include "xmalloc.h" #include "packet.h" |