Commit c41b3f92e3b0e9bd42d0ac05d80f3d23b00b28d2

Collin Funk 2024-06-04T11:21:04

boot-time, readutmp: Fix missing MinGW include (regr. 2024-05-24). Reported by Eli Zaretskii in: <https://lists.gnu.org/archive/html/bug-gnulib/2024-06/msg00044.html>. * lib/boot-time.c [_WIN32 && !__CYGWIN__]: Remove unnecessary <sysinfoapi.h> include. Some systems do not have this header and <windows.h> should have the correct declarations. * lib/readutmp.c [_WIN32 && !__CYGWIN__]: Likewise.