diff options
-rw-r--r-- | src/console/post.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console/post.c b/src/console/post.c index 35e87799a8..f3a146318f 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) { } |