arch: Add missing #include <commonlib/helpers.h>

ALIGN((a), b) and ALIGN_UP(a, b) needs 'helpers.h'

Change-Id: I029c7c5cbb19c7e69997b3d84f929cb61e8e2b23
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33657
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
Elyes HAOUAS
2019-06-21 07:06:50 +02:00
committed by Felix Held
parent db86a35ab6
commit e2d152c118
10 changed files with 10 additions and 0 deletions

View File

@@ -29,6 +29,7 @@
*/
#include <assert.h>
#include <commonlib/helpers.h>
#include <stdlib.h>
#include <stdint.h>
#include <symbols.h>

View File

@@ -29,6 +29,7 @@
*/
#include <stdlib.h>
#include <arch/cpu.h>
#include <commonlib/helpers.h>
/* Return the CPU struct which is at the high memory address of the stack.
*/