diff --git a/runtime/tests/jvmtitests/src/com/ibm/jvmti/tests/decompResolveFrame/decomp003.c b/runtime/tests/jvmtitests/src/com/ibm/jvmti/tests/decompResolveFrame/decomp003.c index a79c75e8c02..8b02b41e5b9 100644 --- a/runtime/tests/jvmtitests/src/com/ibm/jvmti/tests/decompResolveFrame/decomp003.c +++ b/runtime/tests/jvmtitests/src/com/ibm/jvmti/tests/decompResolveFrame/decomp003.c @@ -22,7 +22,9 @@ #include "jvmti_test.h" #include +#if defined(J9ZOS390) #include +#endif /* defined(J9ZOS390) */ static agentEnv * env; static jmethodID catchMethod = NULL; diff --git a/runtime/tests/jvmtitests/src/com/ibm/jvmti/tests/decompResolveFrame/decomp005.c b/runtime/tests/jvmtitests/src/com/ibm/jvmti/tests/decompResolveFrame/decomp005.c index 4a6e1562a1e..9d83673da3b 100644 --- a/runtime/tests/jvmtitests/src/com/ibm/jvmti/tests/decompResolveFrame/decomp005.c +++ b/runtime/tests/jvmtitests/src/com/ibm/jvmti/tests/decompResolveFrame/decomp005.c @@ -22,7 +22,9 @@ #include "jvmti_test.h" #include +#if defined(J9ZOS390) #include +#endif /* defined(J9ZOS390) */ static agentEnv * env; static int imse = 0;