From 15d48945c6598761c1392f84ef190a84ff41d4b2 Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Mon, 12 Sep 2005 21:34:26 +0000 Subject: [PATCH] * fix communicator.h so that tree compiles again - needs to know what an ompi_proc_t is This commit was SVN r7323. --- ompi/communicator/communicator.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ompi/communicator/communicator.h b/ompi/communicator/communicator.h index 8d26bb6eb8..056caebafb 100644 --- a/ompi/communicator/communicator.h +++ b/ompi/communicator/communicator.h @@ -30,6 +30,7 @@ #include "mca/gpr/gpr_types.h" #include "mca/oob/oob_types.h" #include "request/request.h" +#include "ompi/proc/proc.h" #if defined(c_plusplus) || defined(__cplusplus) extern "C" {