diff options
Diffstat (limited to 'includes.h')
-rw-r--r-- | includes.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/includes.h b/includes.h index 08d34486b..7a3396c16 100644 --- a/includes.h +++ b/includes.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: includes.h,v 1.49 2006/07/11 20:07:25 stevesk Exp $ */ | 1 | /* $OpenBSD: includes.h,v 1.50 2006/07/12 22:28:51 stevesk Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -123,9 +123,6 @@ | |||
123 | #endif | 123 | #endif |
124 | 124 | ||
125 | #include <netinet/in_systm.h> /* For typedefs */ | 125 | #include <netinet/in_systm.h> /* For typedefs */ |
126 | #if defined(HAVE_NETDB_H) | ||
127 | # include <netdb.h> | ||
128 | #endif | ||
129 | #ifdef HAVE_RPC_TYPES_H | 126 | #ifdef HAVE_RPC_TYPES_H |
130 | # include <rpc/types.h> /* For INADDR_LOOPBACK */ | 127 | # include <rpc/types.h> /* For INADDR_LOOPBACK */ |
131 | #endif | 128 | #endif |