From: Collin Funk Date: Sat, 25 May 2024 03:59:51 +0000 (-0700) Subject: readutmp: Fix dependencies. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff1594abd5d7d4a74bc3f7f089eaf101bcab8638;p=thirdparty%2Fgnulib.git readutmp: Fix dependencies. * modules/readutmp (Depends-on): Add gettimeofday. --- diff --git a/ChangeLog b/ChangeLog index 31fd396b43..0a6def457d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2024-05-24 Collin Funk + readutmp: Fix dependencies. + * modules/readutmp (Depends-on): Add gettimeofday. + boot-time, readutmp: Add a Native Windows boot time fallback. * lib/boot-time-aux.h (initialize, get_windows_boot_time_fallback): New functions. diff --git a/modules/readutmp b/modules/readutmp index 469a7c2256..0127099187 100644 --- a/modules/readutmp +++ b/modules/readutmp @@ -12,6 +12,7 @@ Depends-on: extensions idx stat-time +gettimeofday stdbool stdint strnlen