diff options
Diffstat (limited to 'gdb/tui/tui-hooks.h')
-rw-r--r-- | gdb/tui/tui-hooks.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/tui/tui-hooks.h b/gdb/tui/tui-hooks.h index ea58571..e7e62d7 100644 --- a/gdb/tui/tui-hooks.h +++ b/gdb/tui/tui-hooks.h @@ -17,10 +17,10 @@ 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 TUI_HOOKS_H -#define TUI_HOOKS_H +#ifndef TUI_TUI_HOOKS_H +#define TUI_TUI_HOOKS_H extern void tui_install_hooks (void); extern void tui_remove_hooks (void); -#endif +#endif /* TUI_TUI_HOOKS_H */ |