summaryrefslogtreecommitdiff
path: root/auth-shadow.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2007-04-29 12:10:57 +1000
committerDarren Tucker <dtucker@zip.com.au>2007-04-29 12:10:57 +1000
commitd757e69cdae6bbb8c5626ff25f8f2fc151ebc98f (patch)
tree479bcc2504bb8b1d01412b43f460ddf4412f6f90 /auth-shadow.c
parent781e7a28d0376af76bae27495bac5054510688b1 (diff)
downloadopenssh-git-d757e69cdae6bbb8c5626ff25f8f2fc151ebc98f.tar.gz
- (dtucker) [auth-shadow.c loginrec.c] Include time.h for time(2) prototype.
Diffstat (limited to 'auth-shadow.c')
-rw-r--r--auth-shadow.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/auth-shadow.c b/auth-shadow.c
index 8b3160ae..21909167 100644
--- a/auth-shadow.c
+++ b/auth-shadow.c
@@ -28,6 +28,7 @@
#include <shadow.h>
#include <stdarg.h>
#include <string.h>
+#include <time.h>
#include "key.h"
#include "hostfile.h"