]> andersk Git - openssh.git/commitdiff
- (dtucker) [loginrec.c] Add missing #include.
authordtucker <dtucker>
Tue, 15 Feb 2005 11:19:28 +0000 (11:19 +0000)
committerdtucker <dtucker>
Tue, 15 Feb 2005 11:19:28 +0000 (11:19 +0000)
ChangeLog
loginrec.c

index 45f79f2fefe8b4f907ec0ef45d22b6b4cd553442..5fe50287467c9e8d870ecb4adfa24fcebf53515c 100644 (file)
--- 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.
index aefca100b529b939b7c14fd90c204d6a942da5d5..149619e47b913dc6a4af6fce7ffc9a667d67e179 100644 (file)
 #include "packet.h"
 #include "canohost.h"
 #include "auth.h"
+#include "buffer.h"
 
 #ifdef HAVE_UTIL_H
 # include <util.h>
This page took 0.068822 seconds and 5 git commands to generate.