diff options
author | Darren Tucker <dtucker@zip.com.au> | 2006-09-07 22:57:53 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2006-09-07 22:57:53 +1000 |
commit | f19bbc38835acdc80b4c84e053afaf86f5dcb414 (patch) | |
tree | 1c02e97dbc1b7c92ed03e00355cb11b56cc9b99d /loginrec.c | |
parent | b8f00193d84781a46939ffaa94dccbe9986984eb (diff) |
- (dtucker) [loginrec.c] Wrap paths.h in HAVE_PATHS_H.
Diffstat (limited to 'loginrec.c')
-rw-r--r-- | loginrec.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/loginrec.c b/loginrec.c index 8315bd85b..e59127747 100644 --- a/loginrec.c +++ b/loginrec.c | |||
@@ -155,7 +155,9 @@ | |||
155 | 155 | ||
156 | #include <errno.h> | 156 | #include <errno.h> |
157 | #include <fcntl.h> | 157 | #include <fcntl.h> |
158 | #include <paths.h> | 158 | #ifdef HAVE_PATHS_H |
159 | # include <paths.h> | ||
160 | #endif | ||
159 | #include <pwd.h> | 161 | #include <pwd.h> |
160 | #include <stdarg.h> | 162 | #include <stdarg.h> |
161 | #include <string.h> | 163 | #include <string.h> |