diff --git a/ChangeLog b/ChangeLog index bbbd985d1..f6140fff5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,7 @@ NB. this change will require that the privilege separation user must exist on all the time, not just when UsePrivilegeSeparation=yes - (tim) [configure.ac] s/BROKEN_UPDWTMP/BROKEN_UPDWTMPX/ on SCO OSR6 + - (dtucker) [loginrec.c] Wrap paths.h in HAVE_PATHS_H. 20060905 - (dtucker) [configure.ac] s/AC_DEFINES/AC_DEFINE/ spotted by Roumen Petrov. @@ -5407,4 +5408,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.4533 2006/09/07 01:11:29 tim Exp $ +$Id: ChangeLog,v 1.4534 2006/09/07 12:57:53 dtucker Exp $ diff --git a/loginrec.c b/loginrec.c index 8315bd85b..e59127747 100644 --- a/loginrec.c +++ b/loginrec.c @@ -155,7 +155,9 @@ #include #include -#include +#ifdef HAVE_PATHS_H +# include +#endif #include #include #include