diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2006-02-07 01:08:05 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2006-02-07 01:08:05 +0000 |
commit | bc0bdb5fcdbd113eec35fc8be9a82e01b104a937 (patch) | |
tree | 6517686a2a920a1fec648db09c53fce9dacf3a9b /usr.bin/ssh/auth-rhosts.c | |
parent | 07c1ce0f69f0f255c3ef87dc43e517c1777d49f0 (diff) |
move #include <netgroup.h> out of includes.h; ok markus@
Diffstat (limited to 'usr.bin/ssh/auth-rhosts.c')
-rw-r--r-- | usr.bin/ssh/auth-rhosts.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/ssh/auth-rhosts.c b/usr.bin/ssh/auth-rhosts.c index aaba8557e26..972bfcdd616 100644 --- a/usr.bin/ssh/auth-rhosts.c +++ b/usr.bin/ssh/auth-rhosts.c @@ -14,7 +14,9 @@ */ #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 $"); + +#include <netgroup.h> #include "packet.h" #include "uidswap.h" |