mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
fa03de9437
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
10 lines
337 B
Diff
10 lines
337 B
Diff
--- ./mdport.c 2016-07-23 11:24:54.000000000 +0900
|
|
+++ ./mdport.c 2021-04-10 21:46:28.000004331 +0900
|
|
@@ -84,6 +84,7 @@
|
|
#include <curses.h> /* AIX requires curses.h be included before term.h */
|
|
|
|
#if defined(HAVE_TERM_H)
|
|
+#define NCURSES_INTERNALS
|
|
#include <term.h>
|
|
#elif defined(HAVE_NCURSES_TERM_H)
|
|
#include <ncurses/term.h>
|