summaryrefslogtreecommitdiff
path: root/indra/llcorehttp/_httplibcurl.h
diff options
context:
space:
mode:
authorMonty Brandenberg <monty@lindenlab.com>2012-05-08 12:27:24 -0400
committerMonty Brandenberg <monty@lindenlab.com>2012-05-08 12:27:24 -0400
commit239e072bfcf97b8a12c18ff9974fd0a2929c9ee4 (patch)
tree7501e84b359f2abec814af63953c995b096d3b35 /indra/llcorehttp/_httplibcurl.h
parent7caef4bc6c348a4aad4a777df0d1ea34ab13ff00 (diff)
Unit test still giving me issues on the local windows system. Seems to be a hard stall
while allocating the first easy handle in a descent of the global initiailization code but that doesn't seem to be a problem on TC machines. Perhaps the static linking is creating multiple data copies. More work needed.
Diffstat (limited to 'indra/llcorehttp/_httplibcurl.h')
-rw-r--r--indra/llcorehttp/_httplibcurl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcorehttp/_httplibcurl.h b/indra/llcorehttp/_httplibcurl.h
index 5ba244cee4..01c68320af 100644
--- a/indra/llcorehttp/_httplibcurl.h
+++ b/indra/llcorehttp/_httplibcurl.h
@@ -27,6 +27,7 @@
#ifndef _LLCORE_HTTP_LIBCURL_H_
#define _LLCORE_HTTP_LIBCURL_H_
+#include "linden_common.h" // Modifies curl/curl.h interfaces
#include <curl/curl.h>
#include <curl/multi.h>