- (djm) [includes.h] Restore accidentally dropped netinet/in.h

This commit is contained in:
Damien Miller 2006-03-15 13:07:48 +11:00
parent af87af165f
commit dcf4ca110e
2 changed files with 3 additions and 1 deletions

View File

@ -247,6 +247,7 @@
[openbsd-compat/sha2.c] First stab at portability glue for SHA256
KEX support, should work with libc SHA256 support or OpenSSL
EVP_sha256 if present
- (djm) [includes.h] Restore accidentally dropped netinet/in.h
20060313
- (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong)
@ -4148,4 +4149,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
$Id: ChangeLog,v 1.4208 2006/03/15 02:02:28 djm Exp $
$Id: ChangeLog,v 1.4209 2006/03/15 02:07:48 djm Exp $

View File

@ -125,6 +125,7 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg }
#include <sys/ptms.h> /* for grantpt() and friends */
#endif
#include <netinet/in.h>
#include <netinet/in_systm.h> /* For typedefs */
#include <arpa/inet.h>
#if defined(HAVE_NETDB_H)