summaryrefslogtreecommitdiff
path: root/indra/llcorehttp/_httpoprequest.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/_httpoprequest.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/_httpoprequest.h')
-rw-r--r--indra/llcorehttp/_httpoprequest.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcorehttp/_httpoprequest.h b/indra/llcorehttp/_httpoprequest.h
index e912851aed..232ee841d6 100644
--- a/indra/llcorehttp/_httpoprequest.h
+++ b/indra/llcorehttp/_httpoprequest.h
@@ -28,6 +28,8 @@
#define _LLCORE_HTTP_OPREQUEST_H_
+#include "linden_common.h" // Modifies curl/curl.h interfaces
+
#include "httpcommon.h"
#include <curl/curl.h>