summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
authordjm <djm>2000-07-11 04:59:08 +0000
committerdjm <djm>2000-07-11 04:59:08 +0000
commitf098ff6e0fdbdceadcf9dcbf535adbd8aa8d9893 (patch)
treea11245325830accc0354b3837f324c6c34d9df31 /includes.h
parent8d7b5789445ef97534d0b84f0d249aec2a71bf43 (diff)
downloadopenssh-f098ff6e0fdbdceadcf9dcbf535adbd8aa8d9893.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