diff options
author | Darren Tucker <dtucker@zip.com.au> | 2006-09-05 19:25:19 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2006-09-05 19:25:19 +1000 |
commit | 6e1033318cc0bc82a45a18d97894bee7bd60e935 (patch) | |
tree | 6d5b7f7c95ea7c14a691ced1bc74427b36bafb69 /loginrec.c | |
parent | e1fe09968d12e79f34d9e48475f2bfd2c0556b83 (diff) |
- (dtucker) [loginrec.c] Include paths.h for _PATH_BTMP.
Diffstat (limited to 'loginrec.c')
-rw-r--r-- | loginrec.c | 1 |
1 files changed, 1 insertions, 0 deletions
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> |