diff options
author | Damien Miller <djm@mindrot.org> | 2006-03-15 13:07:48 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-03-15 13:07:48 +1100 |
commit | dcf4ca110e751208400660317ae2cee6f28cbff9 (patch) | |
tree | 26dec67b1c91b14b4c616d498fdde4eff91bc052 /includes.h | |
parent | af87af165f25b7db22e32c0b2e55606bc68c450c (diff) |
- (djm) [includes.h] Restore accidentally dropped netinet/in.h
Diffstat (limited to 'includes.h')
-rw-r--r-- | includes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes.h b/includes.h index c3da49ebd..800d23e90 100644 --- a/includes.h +++ b/includes.h | |||
@@ -125,6 +125,7 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg } | |||
125 | #include <sys/ptms.h> /* for grantpt() and friends */ | 125 | #include <sys/ptms.h> /* for grantpt() and friends */ |
126 | #endif | 126 | #endif |
127 | 127 | ||
128 | #include <netinet/in.h> | ||
128 | #include <netinet/in_systm.h> /* For typedefs */ | 129 | #include <netinet/in_systm.h> /* For typedefs */ |
129 | #include <arpa/inet.h> | 130 | #include <arpa/inet.h> |
130 | #if defined(HAVE_NETDB_H) | 131 | #if defined(HAVE_NETDB_H) |