From 6578ced75c1314b7b49644bd0324194e9849d935 Mon Sep 17 00:00:00 2001 From: Ruediger Meier Date: Thu, 1 Dec 2016 09:52:09 +0100 Subject: login: re-add lastlog.h header This include was removed in a365953a but we will need it again when we move from utmp.h to utmpx.h. On Linux (glibc, musl) the struct lastlog is defined in utmp.h and lastlog.h just includes utmp.h. Signed-off-by: Ruediger Meier Conflicts: login-utils/login.c Signed-off-by: Ruediger Meier --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index dddc6a9ca..73c1b29e4 100644 --- a/configure.ac +++ b/configure.ac @@ -207,6 +207,7 @@ AC_CHECK_HEADERS([ \ fcntl.h \ getopt.h \ inttypes.h \ + lastlog.h \ linux/btrfs.h \ linux/cdrom.h \ linux/falloc.h \ -- cgit v1.2.3-55-g7522