diff options
Diffstat (limited to 'indra/llxml')
| -rw-r--r-- | indra/llxml/llxmlnode.h | 2 | ||||
| -rw-r--r-- | indra/llxml/llxmlparser.h | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/indra/llxml/llxmlnode.h b/indra/llxml/llxmlnode.h index 09c7c4fdad..769cf97ba2 100644 --- a/indra/llxml/llxmlnode.h +++ b/indra/llxml/llxmlnode.h @@ -30,7 +30,7 @@  #ifndef XML_STATIC  #define XML_STATIC  #endif -#ifdef LL_USESYSTEMLIBS +#if 1  #include <expat.h>  #else  #include "expat/expat.h" diff --git a/indra/llxml/llxmlparser.h b/indra/llxml/llxmlparser.h index 0f64def6df..9c25727e54 100644 --- a/indra/llxml/llxmlparser.h +++ b/indra/llxml/llxmlparser.h @@ -30,7 +30,7 @@  #ifndef XML_STATIC  #define XML_STATIC  #endif -#ifdef LL_USESYSTEMLIBS +#if 1  #include <expat.h>  #else  #include "expat/expat.h" | 
