summaryrefslogtreecommitdiff
path: root/auth-rhosts.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-15 11:08:02 +1100
committerDamien Miller <djm@mindrot.org>2006-03-15 11:08:02 +1100
commit015cd79ac5bbdac513e1a2c14ba4c5226c0a7ae0 (patch)
treeef994bf8510b9b0af8a77a17d1b33b6847b14d89 /auth-rhosts.c
parente93eaaa0d1e8e6447eeb6f698f7da50ede0cb926 (diff)
- stevesk@cvs.openbsd.org 2006/02/07 01:08:04
[auth-rhosts.c includes.h] move #include <netgroup.h> out of includes.h; ok markus@
Diffstat (limited to 'auth-rhosts.c')
-rw-r--r--auth-rhosts.c6
1 files changed, 5 insertions, 1 deletions
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 @@
14 */ 14 */
15 15
16#include "includes.h" 16#include "includes.h"
17RCSID("$OpenBSD: auth-rhosts.c,v 1.33 2005/07/17 07:17:54 djm Exp $"); 17RCSID("$OpenBSD: auth-rhosts.c,v 1.34 2006/02/07 01:08:04 stevesk Exp $");
18
19#ifdef HAVE_NETGROUP_H
20# include <netgroup.h>
21#endif
18 22
19#include "packet.h" 23#include "packet.h"
20#include "uidswap.h" 24#include "uidswap.h"