We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcda5e2 commit 4854371Copy full SHA for 4854371
1 file changed
patches/coreboot-25.09/0005-Fix-local-build-issues.patch
@@ -0,0 +1,26 @@
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
0 commit comments