summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-07-11 14:59:08 +1000
committerDamien Miller <djm@mindrot.org>2000-07-11 14:59:08 +1000
commitbc33bd44a2ef165dea1d974fc2d80b822ae08c2a (patch)
treeb83d3eb677281d06ae9ab6736e616d0ed0806113 /includes.h
parent3b9734c700be8a31dc0966e58abe904b01da6492 (diff)
downloadopenssh-git-bc33bd44a2ef165dea1d974fc2d80b822ae08c2a.tar.gz
- (djm) Misc NeXT fixes from Ben Lindstrom <mouring@pconline.com>
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/includes.h b/includes.h
index 716d02f3..2f3a56ec 100644
--- a/includes.h
+++ b/includes.h
@@ -54,7 +54,8 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
#ifdef HAVE_NETGROUP_H
# include <netgroup.h>
#endif
-#ifdef HAVE_NETDB_H
+#if defined(HAVE_NETDB_H) && !defined(HAVE_NEXT)
+/* Next includes this as part of another header */
# include <netdb.h>
#endif
#ifdef HAVE_ENDIAN_H