diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2019-11-12 08:35:05 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-11-13 09:15:59 +0000 |
commit | dc972e17c70a7ca0ffe5e5ed1613838d48fe72a0 (patch) | |
tree | 68a1942146b779918ab109aa78afe7af464dc4bc /src/northbridge/intel | |
parent | b236352281405c3a6860b51af8acfd2e78c45e78 (diff) |
nb/intel/x4x.h: Include stdint.h
The structs and function definition in that header require it.
Change-Id: I3466ff1a28459d0285e27d368314faf747e2eac1
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36769
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Diffstat (limited to 'src/northbridge/intel')
-rw-r--r-- | src/northbridge/intel/x4x/x4x.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/northbridge/intel/x4x/x4x.h b/src/northbridge/intel/x4x/x4x.h index 76d94c6c17..76e82d9494 100644 --- a/src/northbridge/intel/x4x/x4x.h +++ b/src/northbridge/intel/x4x/x4x.h @@ -18,6 +18,7 @@ #ifndef __NORTHBRIDGE_INTEL_X4X_H__ #define __NORTHBRIDGE_INTEL_X4X_H__ +#include <stdint.h> #include "iomap.h" /* |