diff options
Diffstat (limited to 'auth2-none.c')
-rw-r--r-- | auth2-none.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/auth2-none.c b/auth2-none.c index 1c30a3203..2eb27a914 100644 --- a/auth2-none.c +++ b/auth2-none.c @@ -23,7 +23,10 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth2-none.c,v 1.7 2004/05/11 19:01:43 deraadt Exp $"); +RCSID("$OpenBSD: auth2-none.c,v 1.8 2006/02/20 17:19:54 stevesk Exp $"); + +#include <sys/types.h> +#include <sys/stat.h> #include "auth.h" #include "xmalloc.h" |