soc/amd/common/block/cpu/noncar/memmap: include types.h

size_t is used in the code, so we should include types.h instead of
stdint.h to also have those type definitions.

Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I04c50de257a2d6982bfd4907eb5a1325a751919a
Reviewed-on: https://review.coreboot.org/c/coreboot/+/52582
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Felix Held 2021-04-21 21:10:39 +02:00
parent 305b6488e4
commit 3aa757d705
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#include <fsp/util.h>
#include <FspGuids.h>
#include <memrange.h>
#include <stdint.h>
#include <types.h>
void memmap_stash_early_dram_usage(void)
{