diff options
Diffstat (limited to 'gdb/i386-windows-nat.c')
-rw-r--r-- | gdb/i386-windows-nat.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/i386-windows-nat.c b/gdb/i386-windows-nat.c index 9c467fb..5d93915 100644 --- a/gdb/i386-windows-nat.c +++ b/gdb/i386-windows-nat.c @@ -70,6 +70,9 @@ static const int mappings[] = }; #undef context_offset +/* -Wmissing-prototypes */ +extern initialize_file_ftype _initialize_i386_windows_nat; + void _initialize_i386_windows_nat (void) { |