X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Ftui%2Ftui-io.h;h=8165b5bdfc189f4f2205e83a9a788e8a6fd61ef5;hb=1a5c25988eabb35e0e40ea484b1eea029d9b7f53;hp=698b5387fb9f5b2cbab564d36059ec3a4199ae1d;hpb=31528deca52123a5a6dee19d47bee94dff041325;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/tui/tui-io.h b/gdb/tui/tui-io.h index 698b5387fb..8165b5bdfc 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 . */ -#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 */