diff options
Diffstat (limited to 'gdb/memory-map.c')
-rw-r--r-- | gdb/memory-map.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gdb/memory-map.c b/gdb/memory-map.c index e3f8a80..991db1b 100644 --- a/gdb/memory-map.c +++ b/gdb/memory-map.c @@ -47,12 +47,8 @@ parse_memory_map (const char *memory_map) #else /* HAVE_LIBEXPAT */ #include "xml-support.h" -#include <expat.h> -#ifndef XML_STATUS_OK -# define XML_STATUS_OK 1 -# define XML_STATUS_ERROR 0 -#endif +#include "gdb_expat.h" /* Internal parsing data passed to all Expat callbacks. */ struct memory_map_parsing_data |