diff options
Diffstat (limited to 'indra/llxml/llxmlnode.h')
-rw-r--r-- | indra/llxml/llxmlnode.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/llxml/llxmlnode.h b/indra/llxml/llxmlnode.h index 56e66f2f9d..4084a45795 100644 --- a/indra/llxml/llxmlnode.h +++ b/indra/llxml/llxmlnode.h @@ -10,7 +10,11 @@ #define LL_LLXMLNODE_H #define XML_STATIC +#ifdef LL_STANDALONE +#include <expat.h> +#else #include "expat/expat.h" +#endif #include <map> #include "indra_constants.h" |