File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ From e0b2d04a00f727a8e468dbb2fe29235680f58ce6 Mon Sep 17 00:00:00 2001
2+ From: gaspar-ilom <gasparilom@riseup.net>
3+ Date: Sat, 18 Oct 2025 00:47:38 +0200
4+ Subject: [PATCH 5/5] Fix local build issues
5+
6+ Change-Id: I31e570e742f64850ef5bfba2c8b859cb1efbff6c
7+ Signed-off-by: gaspar-ilom <gasparilom@riseup.net>
8+ ---
9+ util/cbmem/cbmem.c | 1 +
10+ 1 file changed, 1 insertion(+)
11+
12+ diff --git a/util/cbmem/cbmem.c b/util/cbmem/cbmem.c
13+ index 018ea871f9..dcdc3aab6a 100644
14+ --- a/util/cbmem/cbmem.c
15+ +++ b/util/cbmem/cbmem.c
16+ @@ -3,6 +3,7 @@
17+ #include <inttypes.h>
18+ #include <stdbool.h>
19+ #include <stdio.h>
20+ + #include <endian.h>
21+ #include <stdlib.h>
22+ #include <string.h>
23+ #include <strings.h>
24+ - -
25+ 2.39.5
26+
You can’t perform that action at this time.
0 commit comments