* gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>

This commit is contained in:
Mark Kettenis 2004-08-09 19:29:27 +00:00
parent 086ec9ebe9
commit 3aa7b3b329
2 changed files with 4 additions and 0 deletions

View File

@ -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.

View File

@ -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