Browse Source

* symfile.h: #include "symtab.h"

drow-reverse-20070409-branch
Joel Brobecker 20 years ago
parent
commit
16708cba7c
  1. 4
      gdb/ChangeLog
  2. 1
      gdb/symfile.h

4
gdb/ChangeLog

@ -1,3 +1,7 @@
2007-03-22 Joel Brobecker <brobecker@adacore.com>
* symfile.h: #include "symtab.h"
2007-03-22 Denis Pilat <denis.pilat@st.com>
* utils.c (pagination_on_command, pagination_off_command):

1
gdb/symfile.h

@ -24,6 +24,7 @@
#define SYMFILE_H
/* This file requires that you first include "bfd.h". */
#include "symtab.h"
/* Opaque declarations. */
struct section_table;

Loading…
Cancel
Save