From c275efac87b589c000bccf99538ac58a5ffc4399 Mon Sep 17 00:00:00 2001 From: djm Date: Wed, 15 Mar 2006 00:45:54 +0000 Subject: - stevesk@cvs.openbsd.org 2006/02/20 17:02:44 [clientloop.c includes.h monitor.c progressmeter.c scp.c] [serverloop.c session.c sftp.c ssh-agent.c ssh.c sshd.c] move #include out of includes.h; ok markus@ --- auth2-none.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'auth2-none.c') diff --git a/auth2-none.c b/auth2-none.c index 1c30a320..2eb27a91 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 +#include #include "auth.h" #include "xmalloc.h" -- cgit v1.2.1