From 5b6a10a0b4d63bbd98dbea4404a6665464efc747 Mon Sep 17 00:00:00 2001 From: Martin Peschke Date: Wed, 6 Jul 2016 00:47:22 +0200 Subject: p9_infrastruct_help: fix missing inlude Use of FAPI macros requires the corresponding fapi header file. Change-Id: I21e1cff98066411d88cbbcc0e292a131978cfdf6 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26663 Tested-by: Hostboot CI Reviewed-by: Daniel M. Crowell Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30306 Tested-by: Jenkins Server Reviewed-by: Sachin Gupta --- src/import/chips/p9/utils/imageProcs/p9_infrastruct_help.H | 1 + 1 file changed, 1 insertion(+) (limited to 'src/import/chips/p9/utils') diff --git a/src/import/chips/p9/utils/imageProcs/p9_infrastruct_help.H b/src/import/chips/p9/utils/imageProcs/p9_infrastruct_help.H index 6dff3b40..704dc9db 100644 --- a/src/import/chips/p9/utils/imageProcs/p9_infrastruct_help.H +++ b/src/import/chips/p9/utils/imageProcs/p9_infrastruct_help.H @@ -43,6 +43,7 @@ const uint32_t FIXED_RING_BUF_SIZE = #define CHIPLET_ID_MAX (uint8_t)0x37 #if defined(__FAPI) + #include #define MY_INF(_fmt_, _args_...) FAPI_INF(_fmt_, ##_args_) #define MY_ERR(_fmt_, _args_...) FAPI_INF(_fmt_, ##_args_) #define MY_DBG(_fmt_, _args_...) FAPI_DBG(_fmt_, ##_args_) -- cgit v1.2.1