diff options
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/amd/picasso/romstage.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/picasso/romstage.c b/src/soc/amd/picasso/romstage.c index a9ee5a5b12..f038456b29 100644 --- a/src/soc/amd/picasso/romstage.c +++ b/src/soc/amd/picasso/romstage.c @@ -15,6 +15,7 @@ #include <elog.h> #include <soc/romstage.h> #include <soc/mtrr.h> +#include <types.h> #include "chip.h" #include <fsp/api.h> |