soc/amd/common: Fix missing header in amd_pci_utils.h

This was causing a build error because size_t wasn't defined.

Signed-off-by: Raul E Rangel <rrangel@chromium.org>
Change-Id: Ia467c7d6cc0f71580d0b323cb560c444d53bd7f7
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50508
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
This commit is contained in:
Raul E Rangel 2021-02-10 16:41:11 -07:00 committed by Felix Held
parent ffdf1f9503
commit ea120f96c9
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#ifndef AMD_BLOCK_PCI_UTIL_H
#define AMD_BLOCK_PCI_UTIL_H
#include <stdint.h>
#include <types.h>
#include <soc/amd_pci_int_defs.h>
/* FCH index/data registers */