Always use plain ncurses.h
This commit is contained in:
parent
1cdba68bcf
commit
72bdb8faa9
|
@ -11,11 +11,7 @@
|
||||||
#define NCURSES_OPAQUE 0
|
#define NCURSES_OPAQUE 0
|
||||||
#define NCURSES_INTERNALS
|
#define NCURSES_INTERNALS
|
||||||
|
|
||||||
#ifdef __APPLE__
|
|
||||||
#include <ncurses.h>
|
#include <ncurses.h>
|
||||||
#else
|
|
||||||
#include <ncursesw/ncurses.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user