mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 04:29:49 +00:00
* gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
This commit is contained in:
parent
086ec9ebe9
commit
3aa7b3b329
@ -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 New Issue
Block a user