From dfbe6bd5c38d5feb6aa2778b2351cb13e0b1ecc8 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Mon, 29 Oct 2018 06:56:52 +0100 Subject: src: Add missing include Change-Id: I6a9d71e69ed9230b92f0f330875515a5df29fc06 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/29312 Reviewed-by: Nico Huber Tested-by: build bot (Jenkins) --- src/northbridge/amd/amdmct/mct/mct.h | 3 +++ src/northbridge/amd/lx/raminit.h | 2 ++ 2 files changed, 5 insertions(+) (limited to 'src/northbridge') diff --git a/src/northbridge/amd/amdmct/mct/mct.h b/src/northbridge/amd/amdmct/mct/mct.h index 384768849b..d13c42cdb5 100644 --- a/src/northbridge/amd/amdmct/mct/mct.h +++ b/src/northbridge/amd/amdmct/mct/mct.h @@ -16,6 +16,9 @@ #ifndef MCT_H #define MCT_H + +#include + /*=========================================================================== CPU - K8/FAM10 ===========================================================================*/ diff --git a/src/northbridge/amd/lx/raminit.h b/src/northbridge/amd/lx/raminit.h index d1068627b7..a1c0fcde20 100644 --- a/src/northbridge/amd/lx/raminit.h +++ b/src/northbridge/amd/lx/raminit.h @@ -17,6 +17,8 @@ #ifndef RAMINIT_H #define RAMINIT_H +#include + #define DIMM_SOCKETS 2 struct mem_controller { -- cgit v1.2.3