https://github.com/andikleen/mcelog/pull/115 From: Brahmajit Das Date: Mon, 12 Jun 2023 10:56:44 +0000 Subject: [PATCH] client: Fix build w/ musl libc Refer: https://github.com/andikleen/mcelog/pull/115 Bug: https://bugs.gentoo.org/894316 Signed-off-by: Brahmajit Das --- a/client.c +++ b/client.c @@ -19,6 +19,7 @@ #include #include #include +#include #include "mcelog.h" #include "client.h" #include "paths.h" -- 2.41.0