13 lines
375 B
Diff
13 lines
375 B
Diff
The joys of ncurses "ABI 6".
|
|
|
|
--- origsrc/nano-5.3/src/definitions.h 2009-12-01 21:36:42.000000000 -0600
|
|
+++ src/nano-5.3/src/definitions.h 2010-05-28 13:52:18.936447000 -0500
|
|
@@ -79,6 +79,7 @@
|
|
#elif defined(HAVE_NCURSESW_NCURSES_H)
|
|
#include <ncursesw/ncurses.h>
|
|
#elif defined(HAVE_NCURSES_H)
|
|
+#define NCURSES_INTERNALS
|
|
#include <ncurses.h>
|
|
#else
|
|
/* Curses support. */
|