diff options
Diffstat (limited to 'src/arch/x86/post.c')
-rw-r--r-- | src/arch/x86/post.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86/post.c b/src/arch/x86/post.c index 0aaf9b7190..ec185c791e 100644 --- a/src/arch/x86/post.c +++ b/src/arch/x86/post.c @@ -1,6 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-only */ /* This file is part of the coreboot project. */ +#include <post.h> #include <stdint.h> #include <console/console.h> #include <arch/io.h> |