forked from Imagelibrary/binutils-gdb
* gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user