- (dtucker) [loginrec.c] Add missing #include.

This commit is contained in:
Darren Tucker 2005-02-15 22:19:28 +11:00
Родитель 691d5235ca
Коммит a39f83eeee
2 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -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 $

Просмотреть файл

@ -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