summaryrefslogtreecommitdiff
path: root/loginrec.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-15 14:01:11 +1100
committerDamien Miller <djm@mindrot.org>2006-03-15 14:01:11 +1100
commit627725281e348dee76fa9c588923bd28247e2520 (patch)
treee0b2c59b3ded62a224267ff3427508d9bb605473 /loginrec.c
parentb3b4ba3fba90ecc80877f2dbdb2c3b50e9fce227 (diff)
downloadopenssh-git-627725281e348dee76fa9c588923bd28247e2520.tar.gz
- (djm) [loginrec.c] Need stat.h
Diffstat (limited to 'loginrec.c')
-rw-r--r--loginrec.c5
1 files changed, 4 insertions, 1 deletions
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 <sys/types.h>
+#include <sys/stat.h>
+
#include "ssh.h"
#include "xmalloc.h"
#include "loginrec.h"
@@ -165,7 +168,7 @@
# include <libutil.h>
#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