diff options
Diffstat (limited to 'gdb/mi/mi-main.h')
-rw-r--r-- | gdb/mi/mi-main.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/mi/mi-main.h b/gdb/mi/mi-main.h index 59c9ffa..af67029 100644 --- a/gdb/mi/mi-main.h +++ b/gdb/mi/mi-main.h @@ -17,8 +17,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef MI_MI_MAIN_H -#define MI_MI_MAIN_H +#ifndef GDB_MI_MI_MAIN_H +#define GDB_MI_MI_MAIN_H struct ui_file; @@ -79,4 +79,4 @@ extern void mi_cmd_fix_breakpoint_script_output (const char *command, extern int mi_parse_thread_group_id (const char *id); -#endif /* MI_MI_MAIN_H */ +#endif /* GDB_MI_MI_MAIN_H */ |