* gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
This commit is contained in:
parent
086ec9ebe9
commit
3aa7b3b329
2 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
2004-08-09 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
|
||||
|
||||
* configure.in: Check for <sys/types.h>. Check return and
|
||||
argument types of ptrace.
|
||||
* configure, config.in: Regenerate.
|
||||
|
|
|
@ -24,6 +24,8 @@
|
|||
|
||||
#if defined (HAVE_NCURSES_H)
|
||||
#include <ncurses.h>
|
||||
#elif defined (HAVE_CURSESX_H)
|
||||
#include <cursesX.h>
|
||||
#elif defined (HAVE_CURSES_H)
|
||||
#include <curses.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue