aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/tui/tui.h')
-rw-r--r--gdb/tui/tui.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/tui/tui.h b/gdb/tui/tui.h
index 95dd182..5b8be0c 100644
--- a/gdb/tui/tui.h
+++ b/gdb/tui/tui.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_H
-#define TUI_H
+#ifndef TUI_TUI_H
+#define TUI_TUI_H
struct ui_file;
@@ -96,4 +96,4 @@ extern void tui_show_source (const char *fullname, int line);
/* tui-layout.c */
extern enum tui_status tui_set_layout_by_name (const char *);
-#endif
+#endif /* TUI_TUI_H */