summaryrefslogtreecommitdiff
path: root/gdb/xml-support.h
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2006-10-05 19:42:31 +0000
committerDaniel Jacobowitz <drow@false.org>2006-10-05 19:42:31 +0000
commitdbc981de23506195e531a1e87ad910470ce947ac (patch)
treee302ad944a074250fa129a64da288bd204cfe1c4 /gdb/xml-support.h
parent0b83947edd8774f1b1b8e0ea0441e1ab62d7daab (diff)
downloadbinutils-gdb-dbc981de23506195e531a1e87ad910470ce947ac.tar.gz
* 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.h2
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. */