From 89ad18f0e9401f45eb66b26af411ee52a435526f Mon Sep 17 00:00:00 2001 From: djm Date: Sat, 5 Aug 2006 02:54:24 +0000 Subject: [PATCH] - (djm) [auth.c loginrec.c] Missing netinet/in.h for loginrec --- ChangeLog | 3 ++- auth.c | 2 ++ sshlogin.c | 2 ++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 57c9d022..47069e28 100644 --- a/ChangeLog +++ b/ChangeLog @@ -89,6 +89,7 @@ - (djm) [auth-pam.c auth.c bufaux.h entropy.c openbsd-compat/port-tun.c] remove last traces of bufaux.h - it was merged into buffer.h in the big includes.h commit + - (djm) [auth.c loginrec.c] Missing netinet/in.h for loginrec 20060804 - (dtucker) [configure.ac] The "crippled AES" test does not work on recent @@ -5159,4 +5160,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.4455 2006/08/05 02:49:30 djm Exp $ +$Id: ChangeLog,v 1.4456 2006/08/05 02:54:24 djm Exp $ diff --git a/auth.c b/auth.c index f2aee8fd..5a02a436 100644 --- a/auth.c +++ b/auth.c @@ -29,6 +29,8 @@ #include #include +#include + #include #ifdef HAVE_PATHS_H # include diff --git a/sshlogin.c b/sshlogin.c index fba8a4d2..0059ff8d 100644 --- a/sshlogin.c +++ b/sshlogin.c @@ -45,6 +45,8 @@ #include #include +#include + #include #include #include -- 2.11.4.GIT