From c7d5b0dced7f17f77fa00c816286cdbd7a0e9d4b Mon Sep 17 00:00:00 2001
From: Monty Brandenberg <monty@lindenlab.com>
Date: Sat, 2 Jun 2012 02:09:33 +0000
Subject: [PATCH] More platform fixes for linux/mac.

---
 indra/llcorehttp/bufferarray.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/indra/llcorehttp/bufferarray.cpp b/indra/llcorehttp/bufferarray.cpp
index c13b1a35404..47389da0beb 100644
--- a/indra/llcorehttp/bufferarray.cpp
+++ b/indra/llcorehttp/bufferarray.cpp
@@ -85,6 +85,8 @@ class BufferArray::Block
 // ==================================
 
 
+const size_t BufferArray::BLOCK_ALLOC_SIZE;
+
 BufferArray::BufferArray()
 	: LLCoreInt::RefCounted(true),
 	  mLen(0)
-- 
GitLab