summaryrefslogtreecommitdiffstats
path: root/src/import/generic/memory/lib/utils/shared/mss_generic_consts.H
diff options
context:
space:
mode:
authorSunil Kumar <skumar8j@in.ibm.com>2019-04-29 03:34:39 -0500
committerChristian R Geddes <crgeddes@us.ibm.com>2019-07-24 10:46:05 -0500
commit6b03894470e30343885917d3db131b091ef6e7c7 (patch)
treed10257baea91ad44817c1e9f875a1c93442a0633 /src/import/generic/memory/lib/utils/shared/mss_generic_consts.H
parent18aa5d9e32a32ddb70d038507774a88ed7f644fc (diff)
downloadtalos-hostboot-6b03894470e30343885917d3db131b091ef6e7c7.tar.gz
talos-hostboot-6b03894470e30343885917d3db131b091ef6e7c7.zip
OCMB changes to suit PPE compilation.
Change-Id: If1146defe839abe50a35daa633d8bfc2e9aa1bdf Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/76637 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Christian R Geddes <crgeddes@us.ibm.com> Reviewed-by: MURULIDHAR NATARAJU <murulidhar@in.ibm.com> Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/77309
Diffstat (limited to 'src/import/generic/memory/lib/utils/shared/mss_generic_consts.H')
-rw-r--r--src/import/generic/memory/lib/utils/shared/mss_generic_consts.H4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/import/generic/memory/lib/utils/shared/mss_generic_consts.H b/src/import/generic/memory/lib/utils/shared/mss_generic_consts.H
index 37901f21b..72970ae63 100644
--- a/src/import/generic/memory/lib/utils/shared/mss_generic_consts.H
+++ b/src/import/generic/memory/lib/utils/shared/mss_generic_consts.H
@@ -38,7 +38,9 @@
#ifndef _MSS_GENERIC_CONSTS_H_
#define _MSS_GENERIC_CONSTS_H_
-#include <cstdint>
+#ifndef __PPE__
+ #include <cstdint>
+#endif
namespace mss
{
OpenPOWER on IntegriCloud