From: nekral-guest Date: Sat, 5 Jan 2008 17:20:45 +0000 (+0000) Subject: Include for the declaration of struct lastlog. X-Git-Tag: 4.1.1~130 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=050364aba2f8217d8baeb4180583226e63aa9fa8;p=thirdparty%2Fshadow.git Include for the declaration of struct lastlog. --- diff --git a/ChangeLog b/ChangeLog index 8ff27cf65..39962ef2e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,8 @@ * lib/prototypes.h: Add the dolastlog() prototype. * lib/prototypes.h: Typo: login.c -> loginprompt.c * src/login.c: Remove declaration of dolastlog(). + * lib/prototypes.h: Include for the declaration of + struct lastlog. 2008-01-05 Nicolas François diff --git a/lib/prototypes.h b/lib/prototypes.h index b3106a0e0..39c1cd57b 100644 --- a/lib/prototypes.h +++ b/lib/prototypes.h @@ -24,6 +24,7 @@ #include #include #include +#include #include "defines.h"