commit | f0dd90cab8654b1ed351bc329d2d1ab7b93b60aa | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Sat May 07 07:46:11 2016 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Mon May 23 15:18:00 2016 +0800 |
tree | 59b9916c94e4eb0d155d81e18368a6ff2d768ee6 | |
parent | c2f2b3b4737f7e19ef198c4203fbb8e77a544b7b [diff] |
x86: Fix build warning in tables.c when CONFIG_SEABIOS The following build warning is seen in tables.c: warning: implicit declaration of function 'memalign' Add the missing header file to fix it. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de> Tested-by: Stefan Roese <sr@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org>