diff options
Diffstat (limited to 'expat/xmlparse.c')
-rw-r--r-- | expat/xmlparse.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/expat/xmlparse.c b/expat/xmlparse.c index 5d6b59893..115b42127 100644 --- a/expat/xmlparse.c +++ b/expat/xmlparse.c @@ -8,6 +8,9 @@ #define XML_BUILDING_EXPAT 1 +// 2013_04_09 _X: Quick and dirty "fix" for expat compilation under Linux: +#define HAVE_MEMMOVE + #ifdef COMPILED_FROM_DSP #include "winconfig.h" #elif defined(MACOS_CLASSIC) |