diff options
author | Joel Brobecker <brobecker@gnat.com> | 2005-06-02 16:52:04 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2005-06-02 16:52:04 +0000 |
commit | e74e72b411e9d1b3d342a1856c4f585b697463e4 (patch) | |
tree | 479fa21153f9fe3103af4aa6c6df7d5f5af580ad /gdb/exceptions.h | |
parent | b38b1562e10c39df3e9c82fb5bfd6272923190f0 (diff) | |
download | gdb-e74e72b411e9d1b3d342a1856c4f585b697463e4.zip gdb-e74e72b411e9d1b3d342a1856c4f585b697463e4.tar.gz gdb-e74e72b411e9d1b3d342a1856c4f585b697463e4.tar.bz2 |
* exceptions.h: Include ui-out.h.
(ui_out): Remove declaration.
* Makefile.in (exceptions_h): Add dependency on ui-out.h.
Diffstat (limited to 'gdb/exceptions.h')
-rw-r--r-- | gdb/exceptions.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 <setjmp.h> /* Reasons for calling throw_exceptions(). NOTE: all reason values |