diff options
author | Monty Brandenberg <monty@lindenlab.com> | 2012-05-08 12:27:24 -0400 |
---|---|---|
committer | Monty Brandenberg <monty@lindenlab.com> | 2012-05-08 12:27:24 -0400 |
commit | 239e072bfcf97b8a12c18ff9974fd0a2929c9ee4 (patch) | |
tree | 7501e84b359f2abec814af63953c995b096d3b35 /indra/llcorehttp/httpcommon.h | |
parent | 7caef4bc6c348a4aad4a777df0d1ea34ab13ff00 (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/httpcommon.h')
-rw-r--r-- | indra/llcorehttp/httpcommon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcorehttp/httpcommon.h b/indra/llcorehttp/httpcommon.h index 5fc497e720..9de5769d57 100644 --- a/indra/llcorehttp/httpcommon.h +++ b/indra/llcorehttp/httpcommon.h @@ -93,7 +93,7 @@ /// <TBD> /// -#include "linden_common.h" +#include "linden_common.h" // Modifies curl/curl.h interfaces #include <string> |