readutmp: Fix dependencies.
authorCollin Funk <collin.funk1@gmail.com>
Sat, 25 May 2024 03:59:51 +0000 (20:59 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Sat, 25 May 2024 03:59:51 +0000 (20:59 -0700)
* modules/readutmp (Depends-on): Add gettimeofday.

ChangeLog
modules/readutmp

index 31fd396b430edd9cfa6e5004518e202034f37834..0a6def457df7e9fa56bd7e45e8b75abeefebda77 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2024-05-24  Collin Funk  <collin.funk1@gmail.com>
 
+       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.
index 469a7c22561e32b706e6dbcb64dea98eced0b763..01270991876e5cc36823c5b5469d635f3ed0305a 100644 (file)
@@ -12,6 +12,7 @@ Depends-on:
 extensions
 idx
 stat-time
+gettimeofday
 stdbool
 stdint
 strnlen