diff options
Diffstat (limited to 'gdb/gdb_curses.h')
-rw-r--r-- | gdb/gdb_curses.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdb_curses.h b/gdb/gdb_curses.h index 29782bc..ff1c5f5 100644 --- a/gdb/gdb_curses.h +++ b/gdb/gdb_curses.h @@ -36,7 +36,7 @@ #include <term.h> #else /* On MinGW, a real termcap library is usually not present. Stub versions - of the termcap functions will be built from win32-termcap.c. Readline + of the termcap functions will be built from windows-termcap.c. Readline provides its own extern declarations when there's no termcap.h; do the same here for the termcap functions used in GDB. */ extern int tgetnum (const char *); |