summaryrefslogtreecommitdiffstats
path: root/src/import/hwpf/fapi2/include/ffdc.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/hwpf/fapi2/include/ffdc.H')
-rw-r--r--src/import/hwpf/fapi2/include/ffdc.H5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/import/hwpf/fapi2/include/ffdc.H b/src/import/hwpf/fapi2/include/ffdc.H
index 82483d54..6fa2e092 100644
--- a/src/import/hwpf/fapi2/include/ffdc.H
+++ b/src/import/hwpf/fapi2/include/ffdc.H
@@ -1,7 +1,7 @@
/* IBM_PROLOG_BEGIN_TAG */
/* This is an automatically generated prolog. */
/* */
-/* $Source: import/hwpf/fapi2/include/ffdc.H $ */
+/* $Source: src/import/hwpf/fapi2/include/ffdc.H $ */
/* */
/* OpenPOWER sbe Project */
/* */
@@ -30,6 +30,8 @@
#ifndef FAPI2_FFDC_H_
#define FAPI2_FFDC_H_
+#if !defined (FAPI2_NO_FFDC) && !defined (MINIMUM_FFDC)
+
#include <memory>
#include <hwp_return_codes.H>
#include <return_code_defs.H>
@@ -235,4 +237,5 @@ class FirstFailureData
};
}
+#endif // !defined (FAPI2_NO_FFDC) && !defined (MINIMUM_FFDC)
#endif // FAPI2_FFDC_H_
OpenPOWER on IntegriCloud