diff options
author | 2006-10-05 19:42:31 +0000 | |
---|---|---|
committer | 2006-10-05 19:42:31 +0000 | |
commit | dbc981de23506195e531a1e87ad910470ce947ac (patch) | |
tree | e302ad944a074250fa129a64da288bd204cfe1c4 /gdb/xml-support.h | |
parent | * remote.c (get_remote_state_raw): Renamed from get_remote_state. (diff) | |
download | binutils-gdb-dbc981de23506195e531a1e87ad910470ce947ac.tar.gz binutils-gdb-dbc981de23506195e531a1e87ad910470ce947ac.tar.bz2 binutils-gdb-dbc981de23506195e531a1e87ad910470ce947ac.zip |
* 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 1ad807074c2..ada4847de76 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. */ |