From 53e76eed75a12132578269d4952f19b75f280f93 Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Wed, 24 Jun 2009 20:19:47 +0000 Subject: [PATCH] Missed an include. This commit was SVN r21515. --- orte/mca/plm/base/plm_base_launch_support.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orte/mca/plm/base/plm_base_launch_support.c b/orte/mca/plm/base/plm_base_launch_support.c index cc3193b362..07a3cbf8f2 100644 --- a/orte/mca/plm/base/plm_base_launch_support.c +++ b/orte/mca/plm/base/plm_base_launch_support.c @@ -50,11 +50,11 @@ #endif #include "orte/mca/filem/filem.h" #include "orte/mca/filem/base/base.h" +#include "orte/mca/rml/base/rml_contact.h" #include "orte/runtime/orte_globals.h" #include "orte/runtime/runtime.h" #include "orte/runtime/orte_locks.h" #include "orte/runtime/orte_wait.h" - #include "orte/util/name_fns.h" #include "orte/util/nidmap.h" #include "orte/util/proc_info.h"