From 08ca3e26a8feb0353a960b6b6d20ccb2755db8af Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 6 May 2014 13:16:05 +0200 Subject: lib/timeutils: remove get_boot_time from libcommon clock_gettime() needs -lrt, so let's keep this stuff outside libcommon.la Reported-by: Ruediger Meier Signed-off-by: Karel Zak --- login-utils/last.c | 1 + 1 file changed, 1 insertion(+) (limited to 'login-utils/last.c') diff --git a/login-utils/last.c b/login-utils/last.c index ed1058652..7848dd0da 100644 --- a/login-utils/last.c +++ b/login-utils/last.c @@ -50,6 +50,7 @@ #include "carefulputc.h" #include "strutils.h" #include "timeutils.h" +#include "boottime.h" #if defined(_HAVE_UT_TV) # define UL_UT_TIME ut_tv.tv_sec -- cgit v1.2.3-55-g7522