You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-admin/mcelog/files/mcelog-194-musl-fix.patch

22 lines
531 B

https://github.com/andikleen/mcelog/pull/115
From: Brahmajit Das <brahmajit.xyz@gmail.com>
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 <brahmajit.xyz@gmail.com>
--- a/client.c
+++ b/client.c
@@ -19,6 +19,7 @@
#include <sys/socket.h>
#include <sys/un.h>
#include <unistd.h>
+#include <string.h>
#include "mcelog.h"
#include "client.h"
#include "paths.h"
--
2.41.0