x86: Fix build warning in tables.c when CONFIG_SEABIOS
authorBin Meng <bmeng.cn@gmail.com>
Sat, 7 May 2016 14:46:11 +0000 (07:46 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Mon, 23 May 2016 07:18:00 +0000 (15:18 +0800)
commit5cb0f0dc88f816a08003a06cef8bd5310425e573
tree59b9916c94e4eb0d155d81e18368a6ff2d768ee6
parentb6524477df87eeec436d01dd361017468c7f915f
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>
arch/x86/lib/tables.c