summaryrefslogtreecommitdiff
path: root/gdb/frame-base.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/frame-base.c')
-rw-r--r--gdb/frame-base.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/frame-base.c b/gdb/frame-base.c
index f7ba4be1903..34e152364e5 100644
--- a/gdb/frame-base.c
+++ b/gdb/frame-base.c
@@ -146,6 +146,8 @@ frame_base_find_by_pc (struct gdbarch *gdbarch, CORE_ADDR pc)
return table->default_base;
}
+extern initialize_file_ftype _initialize_frame_base; /* -Wmissing-protypes */
+
void
_initialize_frame_base (void)
{