diff options
author | Robert Lippert <rlippert@google.com> | 2016-12-15 14:49:48 -0800 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-12-19 16:34:13 -0500 |
commit | e148934b39f49df7416bcc326eb993f96b9be961 (patch) | |
tree | 4678a2113c858b858552c4482fb289e495ec4b32 /src/usr/isteps/istep21 | |
parent | 7c3e3322d9e274cf161a23a4064b70543814abb1 (diff) | |
download | talos-hostboot-e148934b39f49df7416bcc326eb993f96b9be961.tar.gz talos-hostboot-e148934b39f49df7416bcc326eb993f96b9be961.zip |
fixes necessary to compile with BT IPMI config option enabled
Change-Id: I13842c0b7aed33a7e61fa3a57f00e91702dd594c
Signed-off-by: Robert Lippert <rlippert@google.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/33979
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Prachi Gupta <pragupta@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/istep21')
-rw-r--r-- | src/usr/isteps/istep21/call_host_start_payload.C | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/usr/isteps/istep21/call_host_start_payload.C b/src/usr/isteps/istep21/call_host_start_payload.C index c80ecf1e4..ad415eab7 100644 --- a/src/usr/isteps/istep21/call_host_start_payload.C +++ b/src/usr/isteps/istep21/call_host_start_payload.C @@ -6,6 +6,7 @@ /* OpenPOWER HostBoot Project */ /* */ /* Contributors Listed Below - COPYRIGHT 2015,2016 */ +/* [+] Google Inc. */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -50,6 +51,7 @@ #include <fapi2/target.H> #include <fapi2/plat_hwp_invoker.H> #include <p9_cpu_special_wakeup.H> +#include <ipmi/ipmiwatchdog.H> using namespace ERRORLOG; |