diff options
| -rw-r--r-- | indra/llmessage/llfiltersd2xmlrpc.cpp | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/indra/llmessage/llfiltersd2xmlrpc.cpp b/indra/llmessage/llfiltersd2xmlrpc.cpp index d3e195789b..64792bd628 100644 --- a/indra/llmessage/llfiltersd2xmlrpc.cpp +++ b/indra/llmessage/llfiltersd2xmlrpc.cpp @@ -75,7 +75,13 @@  #include <sstream>  #include <iterator> + +#ifdef LL_USESYSTEMLIBS +#include <xmlrpc.h> +#else  #include <xmlrpc-epi/xmlrpc.h> +#endif +  #include "apr_base64.h"  #include "llbuffer.h" | 
