From dcf4ca110e751208400660317ae2cee6f28cbff9 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 15 Mar 2006 13:07:48 +1100 Subject: - (djm) [includes.h] Restore accidentally dropped netinet/in.h --- ChangeLog | 3 ++- includes.h | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index db0a4f633..1664c4fd0 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 c3da49ebd..800d23e90 100644 --- a/includes.h +++ b/includes.h @@ -125,6 +125,7 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg } #include /* for grantpt() and friends */ #endif +#include #include /* For typedefs */ #include #if defined(HAVE_NETDB_H) -- cgit v1.2.3