UPSTREAM: driver/fsp2_0: Include stdint header file in api.h

'bool' type is reported undefined due to missing stdint.h inclusion,
Fix it by including the same.

BUG=None
BRANCH=None
TEST=None

Signed-off-by: Naresh G Solanki <naresh.solanki@intel.com>
Reviewed-on: https://review.coreboot.org/16538
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>

Change-Id: Ib09c121471bd8c490442330a478145a7d1d8855f
Reviewed-on: https://chromium-review.googlesource.com/384966
Commit-Ready: Furquan Shaikh <furquan@chromium.org>
Tested-by: Furquan Shaikh <furquan@chromium.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
Naresh G Solanki 2016-09-08 13:25:30 +05:30 committed by chrome-bot
commit 7d2b796afe

View file

@ -14,6 +14,7 @@
#define _FSP2_0_API_H_
#include <stddef.h>
#include <stdint.h>
#include <fsp/soc_binding.h>
#define FSP_SUCCESS EFI_SUCCESS