From e74e72b411e9d1b3d342a1856c4f585b697463e4 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Thu, 2 Jun 2005 16:52:04 +0000 Subject: * exceptions.h: Include ui-out.h. (ui_out): Remove declaration. * Makefile.in (exceptions_h): Add dependency on ui-out.h. --- gdb/exceptions.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gdb/exceptions.h') diff --git a/gdb/exceptions.h b/gdb/exceptions.h index 10b2ac5..c722503 100644 --- a/gdb/exceptions.h +++ b/gdb/exceptions.h @@ -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 -- cgit v1.1