aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/x86/smm
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-06-21 07:31:40 +0200
committerFelix Held <felix-coreboot@felixheld.de>2019-06-21 16:04:16 +0000
commitd26844ce823791acbc95fb3e109d948b9c36995c (patch)
treef87a19d0d922a2218a8821923aa32d6823059b2c /src/cpu/x86/smm
parente2d152c118af73500d5c6162c0c1407712458742 (diff)
cpu: Add missing #include <commonlib/helpers.h>
ALIGN and ALIGN_UP needs 'helpers.h' Change-Id: Ib3a9e0d6caff69f4b0adb54364b47cc6ac52a610 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/33658 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/cpu/x86/smm')
-rw-r--r--src/cpu/x86/smm/smm_module_loader.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/x86/smm/smm_module_loader.c b/src/cpu/x86/smm/smm_module_loader.c
index 80b2c27c79..b3ffb3d318 100644
--- a/src/cpu/x86/smm/smm_module_loader.c
+++ b/src/cpu/x86/smm/smm_module_loader.c
@@ -17,6 +17,7 @@
#include <rmodule.h>
#include <cpu/x86/smm.h>
#include <cpu/x86/cache.h>
+#include <commonlib/helpers.h>
#include <console/console.h>
#define FXSAVE_SIZE 512