Skip to content

Commit

Permalink
splice: alpine build warning causing failure
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
king-11 committed Dec 15, 2024
1 parent dcb6f2c commit 3088a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/splice_script.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3088a04

Please sign in to comment.