Skip to content

Commit

Permalink
Add missing includes for calls in sbe
Browse files Browse the repository at this point in the history
Hit a criss-cross of merges and config variable changes that
exposed a little code bug

Change-Id: Ibcd246b2fe89e54cbc0c41841cae47a51934f682
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37128
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Prachi Gupta <pragupta@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Matthew A. Ploetz <maploetz@us.ibm.com>
Tested-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
dcrowell77 committed Feb 28, 2017
1 parent ae4fd75 commit 2f76aef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/usr/sbe/sbe_update.C
Expand Up @@ -53,6 +53,10 @@
#include <sbeio/sbeioif.H>
#include <sbe/sbereasoncodes.H>
#include "sbe_update.H"
#ifdef CONFIG_BMC_IPMI
#include <ipmi/ipmisensor.H>
#endif
#include <initservice/istepdispatcherif.H>

// fapi support
#include <fapi2.H>
Expand Down

0 comments on commit 2f76aef

Please sign in to comment.