From ff1594abd5d7d4a74bc3f7f089eaf101bcab8638 Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Fri, 24 May 2024 20:59:51 -0700 Subject: [PATCH] readutmp: Fix dependencies. * modules/readutmp (Depends-on): Add gettimeofday. --- ChangeLog | 3 +++ modules/readutmp | 1 + 2 files changed, 4 insertions(+) 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 -- 2.39.5