summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/usr/i2c/eepromCache.C6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/usr/i2c/eepromCache.C b/src/usr/i2c/eepromCache.C
index a1231ad98..ef906302c 100644
--- a/src/usr/i2c/eepromCache.C
+++ b/src/usr/i2c/eepromCache.C
@@ -40,6 +40,10 @@
#include <pnor/pnorif.H>
#include <vpd/vpd_if.H>
#include <errl/errludtarget.H>
+#include <config.h>
+#ifdef CONFIG_CONSOLE
+#include <console/consoleif.H>
+#endif
extern trace_desc_t* g_trac_eeprom;
@@ -825,4 +829,4 @@ errlHndl_t eepromPerformOpCache(DeviceFW::OperationType i_opType,
return l_errl;
}
-} \ No newline at end of file
+}
OpenPOWER on IntegriCloud