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. */