diff options
Diffstat (limited to 'indra/llxml/llxmlparser.h')
-rw-r--r-- | indra/llxml/llxmlparser.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/llxml/llxmlparser.h b/indra/llxml/llxmlparser.h index 2ef790094e..a378c15265 100644 --- a/indra/llxml/llxmlparser.h +++ b/indra/llxml/llxmlparser.h @@ -10,7 +10,11 @@ #define LL_LLXMLPARSER_H #define XML_STATIC +#ifdef LL_STANDALONE +#include <expat.h> +#else #include "expat/expat.h" +#endif class LLXmlParser { |