summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
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 716d02f31..2f3a56ec6 100644
--- a/includes.h
+++ b/includes.h
@@ -54,7 +54,8 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
54#ifdef HAVE_NETGROUP_H 54#ifdef HAVE_NETGROUP_H
55# include <netgroup.h> 55# include <netgroup.h>
56#endif 56#endif
57#ifdef HAVE_NETDB_H 57#if defined(HAVE_NETDB_H) && !defined(HAVE_NEXT)
58/* Next includes this as part of another header */
58# include <netdb.h> 59# include <netdb.h>
59#endif 60#endif
60#ifdef HAVE_ENDIAN_H 61#ifdef HAVE_ENDIAN_H