summaryrefslogtreecommitdiff
path: root/includes.h
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 /includes.h
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 'includes.h')
-rw-r--r--includes.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/includes.h b/includes.h
index 520817400..c23f94ce4 100644
--- a/includes.h
+++ b/includes.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: includes.h,v 1.22 2006/01/01 08:59:27 stevesk Exp $ */ 1/* $OpenBSD: includes.h,v 1.23 2006/02/07 01:08:04 stevesk Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -51,9 +51,6 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg }
51 defined(GLOB_HAS_GL_MATCHC) 51 defined(GLOB_HAS_GL_MATCHC)
52# include <glob.h> 52# include <glob.h>
53#endif 53#endif
54#ifdef HAVE_NETGROUP_H
55# include <netgroup.h>
56#endif
57#ifdef HAVE_ENDIAN_H 54#ifdef HAVE_ENDIAN_H
58# include <endian.h> 55# include <endian.h>
59#endif 56#endif