From 35b205e3095df6dd5ea01aa64111b4381b6a6da1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20N=C3=A9ri?= Date: Fri, 23 May 2025 12:36:44 +0200 Subject: [PATCH] examples: remove unnecessary include of MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The header files are GNU libc specific, and should not be used directly from application code. This one in particular is already included by on glibc. Fixes build on musl. Signed-off-by: Daniel Néri --- examples/mi-mctp-csi-test.c | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/mi-mctp-csi-test.c b/examples/mi-mctp-csi-test.c index e049c32d5..2ca7e629e 100644 --- a/examples/mi-mctp-csi-test.c +++ b/examples/mi-mctp-csi-test.c @@ -21,7 +21,6 @@ #include #include -#include void fhexdump(FILE *fp, const unsigned char *buf, int len) {