From d757e69cdae6bbb8c5626ff25f8f2fc151ebc98f Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Sun, 29 Apr 2007 12:10:57 +1000 Subject: - (dtucker) [auth-shadow.c loginrec.c] Include time.h for time(2) prototype. --- auth-shadow.c | 1 + 1 file changed, 1 insertion(+) (limited to 'auth-shadow.c') diff --git a/auth-shadow.c b/auth-shadow.c index 8b3160aee..219091677 100644 --- a/auth-shadow.c +++ b/auth-shadow.c @@ -28,6 +28,7 @@ #include #include #include +#include #include "key.h" #include "hostfile.h" -- cgit v1.2.3