diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-10-05 19:42:31 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-10-05 19:42:31 +0000 |
commit | dbc981de23506195e531a1e87ad910470ce947ac (patch) | |
tree | e302ad944a074250fa129a64da288bd204cfe1c4 /gdb/xml-support.h | |
parent | 0b83947edd8774f1b1b8e0ea0441e1ab62d7daab (diff) | |
download | gdb-dbc981de23506195e531a1e87ad910470ce947ac.zip gdb-dbc981de23506195e531a1e87ad910470ce947ac.tar.gz gdb-dbc981de23506195e531a1e87ad910470ce947ac.tar.bz2 |
* Makefile.in (gdb_expat_h): New.
(xml_support_h): Add gdb_expat.h dependency.
(memory-map.o, xml-support.o): Likewise.
* gdb_expat.h: New file.
* xml-support.h: Include it.
* memory-map.c, xml-support.c: Likewise. Remove XML_STATUS_OK
definitions.
Diffstat (limited to 'gdb/xml-support.h')
-rw-r--r-- | gdb/xml-support.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/xml-support.h b/gdb/xml-support.h index 1ad8070..ada4847 100644 --- a/gdb/xml-support.h +++ b/gdb/xml-support.h @@ -24,7 +24,7 @@ #ifndef XML_SUPPORT_H #define XML_SUPPORT_H -#include <expat.h> +#include "gdb_expat.h" /* Helper functions for parsing XML documents. See xml-support.c for more information about these functions. */ |