mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 10:00:51 +00:00
* 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