From 12613352ebe68b733d1dd5bca0daebfa712d8aaf Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Tue, 22 Sep 2009 13:07:57 +0000 Subject: [PATCH] Add missing header file This commit was SVN r21990. --- orte/mca/ess/cm/ess_cm_module.c | 1 + 1 file changed, 1 insertion(+) diff --git a/orte/mca/ess/cm/ess_cm_module.c b/orte/mca/ess/cm/ess_cm_module.c index 755b050e57..2ecb80e9e6 100644 --- a/orte/mca/ess/cm/ess_cm_module.c +++ b/orte/mca/ess/cm/ess_cm_module.c @@ -30,6 +30,7 @@ #include "orte/mca/rmcast/base/base.h" #include "orte/mca/errmgr/errmgr.h" +#include "orte/mca/odls/odls_types.h" #include "orte/util/show_help.h" #include "orte/util/proc_info.h" #include "orte/util/name_fns.h"