summaryrefslogtreecommitdiff
path: root/loginrec.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2000-12-28 00:07:07 +0000
committerBen Lindstrom <mouring@eviladmin.org>2000-12-28 00:07:07 +0000
commite2fb8d3b0272f9d854449fda115792174112672a (patch)
treed66fd83e41a8d077df2b2477a3f112ca0d39d8af /loginrec.c
parent981eeed1be3050fbb00a6368fc20ba916f7442e0 (diff)
20001228
- (bal) Patch to add libutil.h to loginrec.c only if the platform has libutil.h. Suggested by Pekka Savola <pekka@netcore.fi>
Diffstat (limited to 'loginrec.c')
-rw-r--r--loginrec.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/loginrec.c b/loginrec.c
index 224866128..4afe6fec1 100644
--- a/loginrec.c
+++ b/loginrec.c
@@ -161,12 +161,16 @@
161#include "xmalloc.h" 161#include "xmalloc.h"
162#include "loginrec.h" 162#include "loginrec.h"
163 163
164RCSID("$Id: loginrec.c,v 1.28 2000/12/01 21:19:51 mouring Exp $"); 164RCSID("$Id: loginrec.c,v 1.29 2000/12/28 00:07:07 mouring Exp $");
165 165
166#ifdef HAVE_UTIL_H 166#ifdef HAVE_UTIL_H
167# include <util.h> 167# include <util.h>
168#endif 168#endif
169 169
170#ifdef HAVE_LIBUTIL_H
171# include <libutil.h>
172#endif
173
170/** 174/**
171 ** prototypes for helper functions in this file 175 ** prototypes for helper functions in this file
172 **/ 176 **/