From c1068ccd43ff99f914423d2ea5aa03cc5d4b0ac2 Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Thu, 10 Jun 2004 17:26:39 +0000 Subject: [PATCH] Now it compiles ... This commit was SVN r1218. --- src/mpi/c/address.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mpi/c/address.c b/src/mpi/c/address.c index 81c6627ecb..4adf4cb23c 100644 --- a/src/mpi/c/address.c +++ b/src/mpi/c/address.c @@ -7,6 +7,9 @@ #include "mpi.h" #include "mpi/c/bindings.h" +#include "runtime/runtime.h" +#include "errhandler/errhandler.h" +#include "communicator/communicator.h" #if OMPI_HAVE_WEAK_SYMBOLS && OMPI_PROFILING_DEFINES #pragma weak MPI_Address = PMPI_Address