aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui-io.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/tui/tui-io.h')
-rw-r--r--gdb/tui/tui-io.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/tui/tui-io.h b/gdb/tui/tui-io.h
index 698b538..8165b5b 100644
--- a/gdb/tui/tui-io.h
+++ b/gdb/tui/tui-io.h
@@ -19,8 +19,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 TUI_IO_H
-#define TUI_IO_H
+#ifndef TUI_TUI_IO_H
+#define TUI_TUI_IO_H
#include "gdb_curses.h"
@@ -51,4 +51,4 @@ extern char *tui_expand_tabs (const char *, int);
extern struct ui_out *tui_out;
extern cli_ui_out *tui_old_uiout;
-#endif
+#endif /* TUI_TUI_IO_H */