From 015cd79ac5bbdac513e1a2c14ba4c5226c0a7ae0 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 15 Mar 2006 11:08:02 +1100 Subject: - stevesk@cvs.openbsd.org 2006/02/07 01:08:04 [auth-rhosts.c includes.h] move #include out of includes.h; ok markus@ --- auth-rhosts.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'auth-rhosts.c') diff --git a/auth-rhosts.c b/auth-rhosts.c index aaba8557e..9748a9457 100644 --- a/auth-rhosts.c +++ b/auth-rhosts.c @@ -14,7 +14,11 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth-rhosts.c,v 1.33 2005/07/17 07:17:54 djm Exp $"); +RCSID("$OpenBSD: auth-rhosts.c,v 1.34 2006/02/07 01:08:04 stevesk Exp $"); + +#ifdef HAVE_NETGROUP_H +# include +#endif #include "packet.h" #include "uidswap.h" -- cgit v1.2.3