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)
downloadopenssh-git-e2fb8d3b0272f9d854449fda115792174112672a.tar.gz
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 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 <util.h>
#endif
+#ifdef HAVE_LIBUTIL_H
+# include <libutil.h>
+#endif
+
/**
** prototypes for helper functions in this file
**/