diff options
author | Pedro Alves <palves@redhat.com> | 2012-03-01 21:08:37 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2012-03-01 21:08:37 +0000 |
commit | e451c4a12fcedc91abcc380fe1941f1e2b5d6cae (patch) | |
tree | ce591bf8177f1f0aa7a02d63ecafb89d3b6558d2 /gdb/inline-frame.c | |
parent | 983fb1048b2680d710715bd24c57e66a69ba9622 (diff) | |
download | gdb-e451c4a12fcedc91abcc380fe1941f1e2b5d6cae.zip gdb-e451c4a12fcedc91abcc380fe1941f1e2b5d6cae.tar.gz gdb-e451c4a12fcedc91abcc380fe1941f1e2b5d6cae.tar.bz2 |
2012-03-01 Pedro Alves <palves@redhat.com>
* inline-frame.c: Include inline-frame.h.
Diffstat (limited to 'gdb/inline-frame.c')
-rw-r--r-- | gdb/inline-frame.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/inline-frame.c b/gdb/inline-frame.c index 3e2da73..06de5b0 100644 --- a/gdb/inline-frame.c +++ b/gdb/inline-frame.c @@ -18,6 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" +#include "inline-frame.h" #include "addrmap.h" #include "block.h" #include "frame-unwind.h" |