From e5b792cdcc7fcb104d80d01b378b0bc60a27cad9 Mon Sep 17 00:00:00 2001 From: dtucker Date: Sun, 29 Apr 2007 02:10:57 +0000 Subject: [PATCH] - (dtucker) [auth-shadow.c loginrec.c] Include time.h for time(2) prototype. --- ChangeLog | 1 + auth-shadow.c | 1 + loginrec.c | 1 + 3 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0dadd8b8..d8ea62aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 20070429 - (dtucker) [openbsd-compat/bsd-misc.c] Include unistd.h and sys/types.h for select(2) prototype. + - (dtucker) [auth-shadow.c loginrec.c] Include time.h for time(2) prototype. 20070406 - (dtucker) [INSTALL] Update the systems that have PAM as standard. Link 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 #include #include +#include #include "key.h" #include "hostfile.h" diff --git a/loginrec.c b/loginrec.c index e5912774..b4111419 100644 --- a/loginrec.c +++ b/loginrec.c @@ -161,6 +161,7 @@ #include #include #include +#include #include #include "xmalloc.h" -- 2.45.1