summaryrefslogtreecommitdiff
path: root/indra/llxml/llxmlparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llxml/llxmlparser.h')
-rw-r--r--indra/llxml/llxmlparser.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/llxml/llxmlparser.h b/indra/llxml/llxmlparser.h
index d86af69bef..747cf3d0ca 100644
--- a/indra/llxml/llxmlparser.h
+++ b/indra/llxml/llxmlparser.h
@@ -32,7 +32,9 @@
#ifndef LL_LLXMLPARSER_H
#define LL_LLXMLPARSER_H
-#define XML_STATIC
+#ifndef XML_STATIC
+#define XML_STATIC 1
+#endif
#ifdef LL_STANDALONE
#include <expat.h>
#else