summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-02-15 22:19:28 +1100
committerDarren Tucker <dtucker@zip.com.au>2005-02-15 22:19:28 +1100
commita39f83eeee3f7bb35e86d92f5a802fe84f1b6a9d (patch)
tree9a0b18d3619beb80b4de54f50231559dc571f47a
parent691d5235ca9485877e8345269b1be4b2cf1be322 (diff)
- (dtucker) [loginrec.c] Add missing #include.
-rw-r--r--ChangeLog3
-rw-r--r--loginrec.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b0b3e2a..e076fc66 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.
@@ -2130,4 +2131,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.3652 2005/02/15 10:45:57 dtucker Exp $
+$Id: ChangeLog,v 1.3653 2005/02/15 11:19:28 dtucker Exp $
diff --git a/loginrec.c b/loginrec.c
index 8f5061cd..361ac4cb 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 <util.h>
@@ -164,7 +165,7 @@
# include <libutil.h>
#endif
-RCSID("$Id: loginrec.c,v 1.66 2005/02/15 10:45:57 dtucker Exp $");
+RCSID("$Id: loginrec.c,v 1.67 2005/02/15 11:19:28 dtucker Exp $");
/**
** prototypes for helper functions in this file