soc/amd/stoneyridge/mca: add missing types.h include

Change-Id: Ifbcad4d81fb9f6c359a870be73b05ed86441e7f0
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/56271
Reviewed-by: Martin Roth <martinroth@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Felix Held 2021-07-13 21:12:46 +02:00 committed by Martin Roth
parent 679c37aa8d
commit e4a6edf599
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
#include <console/console.h> #include <console/console.h>
#include <arch/bert_storage.h> #include <arch/bert_storage.h>
#include <cper.h> #include <cper.h>
#include <types.h>
struct mca_bank_status { struct mca_bank_status {
unsigned int bank; unsigned int bank;