src: Add missing <cbmem.h>

Change-Id: I75a816c594b326df8a4aa5458bb055fca35e1741
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50379
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
This commit is contained in:
Elyes HAOUAS 2021-02-08 10:02:56 +01:00 committed by Felix Held
parent cc93c6e474
commit 26a692145a
3 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#ifndef _IMD_PRIVATE_H_
#define _IMD_PRIVATE_H_
#include <cbmem.h>
#include <commonlib/bsd/helpers.h>
/* In-memory data structures. */

View File

@ -2,6 +2,7 @@
#include <boot_device.h>
#include <cbfs.h>
#include <cbmem.h>
#include <commonlib/bsd/cbfs_private.h>
#include <console/console.h>
#include <ec/google/chromeec/ec.h>

View File

@ -2,6 +2,7 @@
#include <acpi/acpi.h>
#include <cbfs.h>
#include <cbmem.h>
#include <console/console.h>
#include <rmodule.h>
#include <stage_cache.h>