summaryrefslogtreecommitdiff
path: root/indra/llmessage
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2011-09-14 13:24:31 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2011-09-14 13:24:31 -0400
commit758b936deaa0e6ea397c49afa5024315415eeb93 (patch)
tree9c0d6417c50dcb14e7992896a687b8fec6d45614 /indra/llmessage
parent19371a9abed3198f9f6083c3b2483e65778e944a (diff)
Trying to fix Mac build issue
Diffstat (limited to 'indra/llmessage')
-rwxr-xr-x[-rw-r--r--]indra/llmessage/llcurl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llmessage/llcurl.h b/indra/llmessage/llcurl.h
index a876a1562e..87de202717 100644..100755
--- a/indra/llmessage/llcurl.h
+++ b/indra/llmessage/llcurl.h
@@ -232,6 +232,7 @@ public:
private:
friend class LLCurl;
+ friend class LLCurl::Multi;
CURL* mCurlEasyHandle;
struct curl_slist* mHeaders;