From 3088a0409c048e96073d4cd046fd29a95b3ac569 Mon Sep 17 00:00:00 2001 From: Lakshya Singh Date: Sun, 15 Dec 2024 13:35:50 +0530 Subject: [PATCH] splice: alpine build warning causing failure header sys/errno.h gets re-directed to errno.h leading to warning and then failure so instead directly referencing the header Changelog-None: change header Signed-off-by: Lakshya Singh --- common/splice_script.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/splice_script.c b/common/splice_script.c index afda5545d9bf..453bc6ca5f3e 100644 --- a/common/splice_script.c +++ b/common/splice_script.c @@ -11,8 +11,8 @@ #include #include #include +#include #include -#include #define SCRIPT_DUMP_TOKENS 0 #define SCRIPT_DUMP_SEGMENTS 0