From dbc981de23506195e531a1e87ad910470ce947ac Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Thu, 5 Oct 2006 19:42:31 +0000 Subject: * 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. --- gdb/xml-support.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/xml-support.h') 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 +#include "gdb_expat.h" /* Helper functions for parsing XML documents. See xml-support.c for more information about these functions. */ -- cgit v1.1