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)
- (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 d096346ec..9f9eb69a7 100644
--- a/loginrec.c
+++ b/loginrec.c
@@ -147,6 +147,9 @@
147 147
148#include "includes.h" 148#include "includes.h"
149 149
150#include <sys/types.h>
151#include <sys/stat.h>
152
150#include "ssh.h" 153#include "ssh.h"
151#include "xmalloc.h" 154#include "xmalloc.h"
152#include "loginrec.h" 155#include "loginrec.h"
@@ -165,7 +168,7 @@
165# include <libutil.h> 168# include <libutil.h>
166#endif 169#endif
167 170
168RCSID("$Id: loginrec.c,v 1.71 2005/11/22 08:55:13 dtucker Exp $"); 171RCSID("$Id: loginrec.c,v 1.72 2006/03/15 03:01:11 djm Exp $");
169 172
170/** 173/**
171 ** prototypes for helper functions in this file 174 ** prototypes for helper functions in this file