diff options
| author | Rider Linden <rider@lindenlab.com> | 2015-09-15 17:01:26 -0700 |
|---|---|---|
| committer | Rider Linden <rider@lindenlab.com> | 2015-09-15 17:01:26 -0700 |
| commit | 907efc9cc9bcf4a935ed0e1bd17b19da2bb99dce (patch) | |
| tree | 8453041f5ba3e07fbe0e7d2a632ee1fbf08698e7 /indra/llmessage/llproxy.h | |
| parent | 5f7985f6a79a21256162785cd9f0b97baac0504a (diff) | |
MAINT-5507: Remove llcurl, move constant values and untilities to llcorehttp lib
Diffstat (limited to 'indra/llmessage/llproxy.h')
| -rwxr-xr-x | indra/llmessage/llproxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/llproxy.h b/indra/llmessage/llproxy.h index da965219fa..bd23dd39de 100755 --- a/indra/llmessage/llproxy.h +++ b/indra/llmessage/llproxy.h @@ -27,12 +27,12 @@ #ifndef LL_PROXY_H #define LL_PROXY_H -#include "llcurl.h" #include "llhost.h" #include "lliosocket.h" #include "llmemory.h" #include "llsingleton.h" #include "llthread.h" +#include <curl/curl.h> #include <string> // SOCKS error codes returned from the StartProxy method |
