diff options
Diffstat (limited to 'gdb/maint.h')
-rw-r--r-- | gdb/maint.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gdb/maint.h b/gdb/maint.h index 5529d8a..0ddc62b 100644 --- a/gdb/maint.h +++ b/gdb/maint.h @@ -1,5 +1,5 @@ /* Support for GDB maintenance commands. - Copyright (C) 2013-2024 Free Software Foundation, Inc. + Copyright (C) 2013-2025 Free Software Foundation, Inc. This file is part of GDB. @@ -22,6 +22,9 @@ #include "gdbsupport/run-time-clock.h" #include <chrono> +struct obj_section; +struct objfile; + extern void set_per_command_time (int); extern void set_per_command_space (int); |