From 758b936deaa0e6ea397c49afa5024315415eeb93 Mon Sep 17 00:00:00 2001 From: "Brad Payne (Vir Linden)" <vir@lindenlab.com> Date: Wed, 14 Sep 2011 13:24:31 -0400 Subject: [PATCH] Trying to fix Mac build issue --- indra/llmessage/llcurl.h | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 indra/llmessage/llcurl.h diff --git a/indra/llmessage/llcurl.h b/indra/llmessage/llcurl.h old mode 100644 new mode 100755 index a876a1562e2..87de202717c --- a/indra/llmessage/llcurl.h +++ b/indra/llmessage/llcurl.h @@ -232,6 +232,7 @@ class LLCurl::Easy private: friend class LLCurl; + friend class LLCurl::Multi; CURL* mCurlEasyHandle; struct curl_slist* mHeaders; -- GitLab