summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRuediger Meier2016-12-01 09:52:09 +0100
committerKarel Zak2016-12-07 12:35:24 +0100
commit6578ced75c1314b7b49644bd0324194e9849d935 (patch)
tree95da601709a5b65a60caec2f3a623950af9f497b /configure.ac
parentlogin-utils: avoid using the defined utmp sizes. (diff)
downloadkernel-qcow2-util-linux-6578ced75c1314b7b49644bd0324194e9849d935.tar.gz
kernel-qcow2-util-linux-6578ced75c1314b7b49644bd0324194e9849d935.tar.xz
kernel-qcow2-util-linux-6578ced75c1314b7b49644bd0324194e9849d935.zip
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 <ruediger.meier@ga-group.nl> Conflicts: login-utils/login.c Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
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 \