diff --git a/orte/tools/orterun/orterun.c b/orte/tools/orterun/orterun.c index 246d01b29a..7de33fc65c 100644 --- a/orte/tools/orterun/orterun.c +++ b/orte/tools/orterun/orterun.c @@ -56,6 +56,7 @@ #include "runtime/runtime.h" #include "runtime/orte_wait.h" +#include "totalview.h" /* * The environment diff --git a/orte/tools/orterun/totalview.c b/orte/tools/orterun/totalview.c index 8fe92ba0a2..01376bcc4f 100644 --- a/orte/tools/orterun/totalview.c +++ b/orte/tools/orterun/totalview.c @@ -39,6 +39,8 @@ #include #include +#include "opal/util/opal_environ.h" + /* * The environment */