From c201cc6e8ddbfdf9b3883549fc2de83330383586 Mon Sep 17 00:00:00 2001 From: mouring Date: Thu, 28 Dec 2000 00:07:07 +0000 Subject: 20001228 - (bal) Patch to add libutil.h to loginrec.c only if the platform has libutil.h. Suggested by Pekka Savola --- loginrec.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'loginrec.c') diff --git a/loginrec.c b/loginrec.c index 22486612..4afe6fec 100644 --- a/loginrec.c +++ b/loginrec.c @@ -161,12 +161,16 @@ #include "xmalloc.h" #include "loginrec.h" -RCSID("$Id: loginrec.c,v 1.28 2000/12/01 21:19:51 mouring Exp $"); +RCSID("$Id: loginrec.c,v 1.29 2000/12/28 00:07:07 mouring Exp $"); #ifdef HAVE_UTIL_H # include #endif +#ifdef HAVE_LIBUTIL_H +# include +#endif + /** ** prototypes for helper functions in this file **/ -- cgit v1.2.1