Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/68202 )
Change subject: console/post.c: Sorte includes ......................................................................
console/post.c: Sorte includes
Signed-off-by: Elyes Haouas ehaouas@noos.fr Change-Id: I3faa1baf41ff8f0447d18b131a9c9c225e9fc8a4 --- M src/console/post.c 1 file changed, 11 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/02/68202/1
diff --git a/src/console/post.c b/src/console/post.c index 1d99a2e..a86feb5 100644 --- a/src/console/post.c +++ b/src/console/post.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-only */
-#include <stdint.h> #include <console/console.h> +#include <stdint.h>
/* Write POST information */ void __weak arch_post_code(uint8_t value) { }