From e76e58799058a7d2b94c43a5b300cdb39ec98b0f Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Wed, 29 Sep 2004 13:11:29 +0000 Subject: [PATCH] * declare environ so that compiles on OS X This commit was SVN r2875. --- src/communicator/comm_dyn.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/communicator/comm_dyn.c b/src/communicator/comm_dyn.c index 0a93ba43c1..9ef1bcc3a1 100644 --- a/src/communicator/comm_dyn.c +++ b/src/communicator/comm_dyn.c @@ -26,6 +26,7 @@ #include "runtime/runtime.h" +extern char **environ; int ompi_comm_connect_accept ( ompi_communicator_t *comm, int root, ompi_process_name_t *port, int send_first,