You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2007/10/05 18:18:51 UTC

svn commit: r582333 - /activemq/activemq-cpp/trunk/src/decaf/src/main/decaf/lang/System.cpp

Author: tabish
Date: Fri Oct  5 09:18:50 2007
New Revision: 582333

URL: http://svn.apache.org/viewvc?rev=582333&view=rev
Log:
https://issues.apache.org/activemq/browse/AMQCPP-144

Modified:
    activemq/activemq-cpp/trunk/src/decaf/src/main/decaf/lang/System.cpp

Modified: activemq/activemq-cpp/trunk/src/decaf/src/main/decaf/lang/System.cpp
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/decaf/src/main/decaf/lang/System.cpp?rev=582333&r1=582332&r2=582333&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/decaf/src/main/decaf/lang/System.cpp (original)
+++ activemq/activemq-cpp/trunk/src/decaf/src/main/decaf/lang/System.cpp Fri Oct  5 09:18:50 2007
@@ -217,6 +217,10 @@
 #else
 
 ////////////////////////////////////////////////////////////////////////////////
+// Defined here for OSX
+extern char** environ;
+
+////////////////////////////////////////////////////////////////////////////////
 char** System::getEnvArray() {
 
     char** buffer = NULL;