Index: exceptions.h =================================================================== RCS file: /cvs/src/src/gdb/exceptions.h,v retrieving revision 1.14 diff -u -p -r1.14 exceptions.h --- exceptions.h 26 Apr 2005 05:03:36 -0000 1.14 +++ exceptions.h 30 May 2005 01:47:56 -0000 @@ -24,8 +24,7 @@ #ifndef EXCEPTIONS_H #define EXCEPTIONS_H -struct ui_out; - +#include "ui-out.h" #include /* Reasons for calling throw_exceptions(). NOTE: all reason values Index: Makefile.in =================================================================== RCS file: /cvs/src/src/gdb/Makefile.in,v retrieving revision 1.734 diff -u -p -r1.734 Makefile.in --- Makefile.in 29 May 2005 03:13:17 -0000 1.734 +++ Makefile.in 30 May 2005 01:48:06 -0000 @@ -672,7 +672,7 @@ dwarf2loc_h = dwarf2loc.h environ_h = environ.h event_loop_h = event-loop.h event_top_h = event-top.h -exceptions_h = exceptions.h +exceptions_h = exceptions.h $(ui_out_h) exec_h = exec.h $(target_h) expression_h = expression.h $(symtab_h) $(doublest_h) fbsd_nat_h = fbsd-nat.h