diff options
author | Damien Miller <djm@mindrot.org> | 2006-09-01 15:48:19 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-09-01 15:48:19 +1000 |
commit | 607aede26c4193bf1bc5063698ea9a36cbd990e3 (patch) | |
tree | 588f5e70ecf0ee757ef92c83811e42e03beb5156 /includes.h | |
parent | ded319cca23923651ddc5e6a4bd4bda66d0737f4 (diff) |
- (djm) [includes.h monitor.c openbsd-compat/bindresvport.c]
[openbsd-compat/rresvport.c] Some more headers: netinet/in.h
sys/socket.h and unistd.h in various places
Diffstat (limited to 'includes.h')
-rw-r--r-- | includes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes.h b/includes.h index 03665a3d3..2101f13c9 100644 --- a/includes.h +++ b/includes.h | |||
@@ -21,6 +21,7 @@ | |||
21 | #define _GNU_SOURCE /* activate extra prototypes for glibc */ | 21 | #define _GNU_SOURCE /* activate extra prototypes for glibc */ |
22 | 22 | ||
23 | #include <sys/types.h> | 23 | #include <sys/types.h> |
24 | #include <sys/socket.h> /* For CMSG_* */ | ||
24 | 25 | ||
25 | #ifdef HAVE_LIMITS_H | 26 | #ifdef HAVE_LIMITS_H |
26 | # include <limits.h> /* For PATH_MAX */ | 27 | # include <limits.h> /* For PATH_MAX */ |
@@ -106,6 +107,7 @@ | |||
106 | #include <sys/ptms.h> /* for grantpt() and friends */ | 107 | #include <sys/ptms.h> /* for grantpt() and friends */ |
107 | #endif | 108 | #endif |
108 | 109 | ||
110 | #include <netinet/in.h> | ||
109 | #include <netinet/in_systm.h> /* For typedefs */ | 111 | #include <netinet/in_systm.h> /* For typedefs */ |
110 | #ifdef HAVE_RPC_TYPES_H | 112 | #ifdef HAVE_RPC_TYPES_H |
111 | # include <rpc/types.h> /* For INADDR_LOOPBACK */ | 113 | # include <rpc/types.h> /* For INADDR_LOOPBACK */ |