diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | loginrec.c | 1 |
2 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,6 @@ | |||
1 | 20060905 | 1 | 20060905 |
2 | - (dtucker) [configure.ac] s/AC_DEFINES/AC_DEFINE/ spotted by Roumen Petrov. | 2 | - (dtucker) [configure.ac] s/AC_DEFINES/AC_DEFINE/ spotted by Roumen Petrov. |
3 | - (dtucker) [loginrec.c] Include paths.h for _PATH_BTMP. | ||
3 | 4 | ||
4 | 20060904 | 5 | 20060904 |
5 | - (dtucker) [configure.ac] Define BROKEN_UPDWTMP on SCO OSR6 as the native | 6 | - (dtucker) [configure.ac] Define BROKEN_UPDWTMP on SCO OSR6 as the native |
@@ -5398,4 +5399,4 @@ | |||
5398 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 5399 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
5399 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 5400 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
5400 | 5401 | ||
5401 | $Id: ChangeLog,v 1.4530 2006/09/04 21:53:38 dtucker Exp $ | 5402 | $Id: ChangeLog,v 1.4531 2006/09/05 09:25:19 dtucker Exp $ |
diff --git a/loginrec.c b/loginrec.c index 67447edc0..8315bd85b 100644 --- a/loginrec.c +++ b/loginrec.c | |||
@@ -155,6 +155,7 @@ | |||
155 | 155 | ||
156 | #include <errno.h> | 156 | #include <errno.h> |
157 | #include <fcntl.h> | 157 | #include <fcntl.h> |
158 | #include <paths.h> | ||
158 | #include <pwd.h> | 159 | #include <pwd.h> |
159 | #include <stdarg.h> | 160 | #include <stdarg.h> |
160 | #include <string.h> | 161 | #include <string.h> |