]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
Include <lastlog.h> for the declaration of struct lastlog.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 5 Jan 2008 17:20:45 +0000 (17:20 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 5 Jan 2008 17:20:45 +0000 (17:20 +0000)
ChangeLog
lib/prototypes.h

index 8ff27cf65c05002b228dd1d612497426bdbc25dd..39962ef2e429699d9a9b427dd9538779c679678b 100644 (file)
--- 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 <lastlog.h> for the declaration of
+       struct lastlog.
 
 2008-01-05  Nicolas François  <nicolas.francois@centraliens.net>
 
index b3106a0e0210b7f31a581681e103d41c6d328b80..39c1cd57baf11e966af5cbf3acfa0d229f64b179 100644 (file)
@@ -24,6 +24,7 @@
 #include <pwd.h>
 #include <grp.h>
 #include <shadow.h>
+#include <lastlog.h>
 
 #include "defines.h"