diff options
Diffstat (limited to 'gdb/dwarf2')
-rw-r--r-- | gdb/dwarf2/cooked-index.c | 1 | ||||
-rw-r--r-- | gdb/dwarf2/frame-tailcall.c | 1 | ||||
-rw-r--r-- | gdb/dwarf2/index-write.c | 1 | ||||
-rw-r--r-- | gdb/dwarf2/loc.c | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/gdb/dwarf2/cooked-index.c b/gdb/dwarf2/cooked-index.c index 767f119..c9e46af 100644 --- a/gdb/dwarf2/cooked-index.c +++ b/gdb/dwarf2/cooked-index.c @@ -25,6 +25,7 @@ #include "c-lang.h" #include "ada-lang.h" #include "event-top.h" +#include "exceptions.h" #include "split-name.h" #include "observable.h" #include "run-on-main-thread.h" diff --git a/gdb/dwarf2/frame-tailcall.c b/gdb/dwarf2/frame-tailcall.c index bcbe41f..c489068 100644 --- a/gdb/dwarf2/frame-tailcall.c +++ b/gdb/dwarf2/frame-tailcall.c @@ -17,6 +17,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include "exceptions.h" #include "frame.h" #include "dwarf2/frame-tailcall.h" #include "dwarf2/loc.h" diff --git a/gdb/dwarf2/index-write.c b/gdb/dwarf2/index-write.c index aeb688b..2a50e3b 100644 --- a/gdb/dwarf2/index-write.c +++ b/gdb/dwarf2/index-write.c @@ -22,6 +22,7 @@ #include "addrmap.h" #include "cli/cli-decode.h" +#include "exceptions.h" #include "gdbsupport/byte-vector.h" #include "gdbsupport/filestuff.h" #include "gdbsupport/gdb_unlinker.h" diff --git a/gdb/dwarf2/loc.c b/gdb/dwarf2/loc.c index 9db5fc1..5fea668 100644 --- a/gdb/dwarf2/loc.c +++ b/gdb/dwarf2/loc.c @@ -20,6 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "event-top.h" +#include "exceptions.h" #include "ui-out.h" #include "value.h" #include "frame.h" |