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 <lakshay.singh1108@gmail.com>
This commit is contained in:
Lakshya Singh 2024-12-15 13:35:50 +05:30 committed by Rusty Russell
parent d6bd61157e
commit 7703cf7fec

View file

@ -11,8 +11,8 @@
#include <common/json_parse_simple.h>
#include <common/splice_script.h>
#include <ctype.h>
#include <errno.h>
#include <inttypes.h>
#include <sys/errno.h>
#define SCRIPT_DUMP_TOKENS 0
#define SCRIPT_DUMP_SEGMENTS 0