From 627725281e348dee76fa9c588923bd28247e2520 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 15 Mar 2006 14:01:11 +1100 Subject: - (djm) [loginrec.c] Need stat.h --- loginrec.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'loginrec.c') diff --git a/loginrec.c b/loginrec.c index d096346e..9f9eb69a 100644 --- a/loginrec.c +++ b/loginrec.c @@ -147,6 +147,9 @@ #include "includes.h" +#include +#include + #include "ssh.h" #include "xmalloc.h" #include "loginrec.h" @@ -165,7 +168,7 @@ # include #endif -RCSID("$Id: loginrec.c,v 1.71 2005/11/22 08:55:13 dtucker Exp $"); +RCSID("$Id: loginrec.c,v 1.72 2006/03/15 03:01:11 djm Exp $"); /** ** prototypes for helper functions in this file -- cgit v1.2.1