Skip to content

Commit 7703cf7

Browse files
king-11rustyrussell
authored andcommitted
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 <[email protected]>
1 parent d6bd611 commit 7703cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/splice_script.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
#include <common/json_parse_simple.h>
1212
#include <common/splice_script.h>
1313
#include <ctype.h>
14+
#include <errno.h>
1415
#include <inttypes.h>
15-
#include <sys/errno.h>
1616

1717
#define SCRIPT_DUMP_TOKENS 0
1818
#define SCRIPT_DUMP_SEGMENTS 0

0 commit comments

Comments
 (0)