diff options
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. */ |