From: dtucker Date: Tue, 15 Feb 2005 11:19:28 +0000 (+0000) Subject: - (dtucker) [loginrec.c] Add missing #include. X-Git-Tag: V_4_0_P1~59 X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/commitdiff_plain/c53d8c93ab7cf908503542e2c570c43dfd78a2bb?hp=5ccf88cba8cd9efaf0a9f41cb49d386905a0b64d - (dtucker) [loginrec.c] Add missing #include. --- diff --git a/ChangeLog b/ChangeLog index 45f79f2f..5fe50287 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,7 @@ openbsd-compat/port-aix.c openbsd-compat/port-aix.h] Bug #835: enable IPv6 on AIX where possible (see README.platform for details) and work around a misfeature of AIX's getnameinfo. ok djm@ + - (dtucker) [loginrec.c] Add missing #include. 20050211 - (dtucker) [configure.ac] Tidy up configure --help output. diff --git a/loginrec.c b/loginrec.c index aefca100..149619e4 100644 --- a/loginrec.c +++ b/loginrec.c @@ -155,6 +155,7 @@ #include "packet.h" #include "canohost.h" #include "auth.h" +#include "buffer.h" #ifdef HAVE_UTIL_H # include