soc/amd/common: Add missing stdint.h to acpimmio.h

Include the file containing the typedefs for uint_*.

Change-Id: I3eae80a677e9d6932dc115523da2c0819a371fa7
Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35268
Reviewed-by: Richard Spiegel <richard.spiegel@silverbackltd.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Marshall Dawson 2019-09-04 16:16:13 -06:00 committed by Felix Held
parent b90a2ff079
commit 7e1f1a5130
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
#ifndef __AMDBLOCKS_ACPIMMIO_H__
#define __AMDBLOCKS_ACPIMMIO_H__
#include <stdint.h>
/* iomap.h must indicate if the device uses a block, optional if unused. */
#include <soc/iomap.h>
#ifndef SUPPORTS_ACPIMMIO_SMI_BASE