diff --git a/ompi/contrib/vt/vt/acinclude.m4 b/ompi/contrib/vt/vt/acinclude.m4 index 0b7b069a97..8860a42da1 100644 --- a/ompi/contrib/vt/vt/acinclude.m4 +++ b/ompi/contrib/vt/vt/acinclude.m4 @@ -487,7 +487,7 @@ Set \`CXX_FOR_BUILD' to the C++ compiler of build system.]) AS_IF([test x"$CC_FOR_BUILD" = x -a x"$CXX_FOR_BUILD" = x], [ AC_MSG_NOTICE([no C/C++ compiler command for build system given -In cross compile mode, it's recommended to build the compiler wrappers and OPARI for the build system. Set \`CC_FOR_BUILD' and `CXX_FOR_BUILD' to the C/C++ compiler of build system therfor.]) +In cross compile mode, it's recommended to build the compiler wrappers and OPARI for the build system. Set \`CC_FOR_BUILD' and \`CXX_FOR_BUILD' to the C/C++ compiler of build system.]) CC_FOR_BUILD=$CC CXX_FOR_BUILD=$CXX ]) diff --git a/ompi/runtime/mpiruntime.h b/ompi/runtime/mpiruntime.h index 257d1da43f..5483073467 100644 --- a/ompi/runtime/mpiruntime.h +++ b/ompi/runtime/mpiruntime.h @@ -31,6 +31,7 @@ #include "ompi_config.h" +#include "opal/class/opal_list.h" #include "opal/class/opal_hash_table.h" BEGIN_C_DECLS