- (dtucker) [loginrec.c] Include paths.h for _PATH_BTMP.

This commit is contained in:
Darren Tucker 2006-09-05 19:25:19 +10:00
parent e1fe09968d
commit 6e1033318c
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,6 @@
20060905
- (dtucker) [configure.ac] s/AC_DEFINES/AC_DEFINE/ spotted by Roumen Petrov.
- (dtucker) [loginrec.c] Include paths.h for _PATH_BTMP.
20060904
- (dtucker) [configure.ac] Define BROKEN_UPDWTMP on SCO OSR6 as the native
@ -5398,4 +5399,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.4530 2006/09/04 21:53:38 dtucker Exp $
$Id: ChangeLog,v 1.4531 2006/09/05 09:25:19 dtucker Exp $

View File

@ -155,6 +155,7 @@
#include <errno.h>
#include <fcntl.h>
#include <paths.h>
#include <pwd.h>
#include <stdarg.h>
#include <string.h>