summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--includes.h1
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index db0a4f63..1664c4fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 $
diff --git a/includes.h b/includes.h
index c3da49eb..800d23e9 100644
--- a/includes.h
+++ b/includes.h
@@ -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)