summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/auth-rhosts.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ssh/auth-rhosts.c')
-rw-r--r--usr.bin/ssh/auth-rhosts.c4
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"