ports/net/tn5250/patches/patch-curses_cursesterm_h

14 lines
315 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- curses/cursesterm.h.orig Tue Oct 6 21:38:05 2015
+++ curses/cursesterm.h Tue Oct 6 21:39:49 2015
@@ -29,8 +29,10 @@ extern "C" {
#if USE_CURSES
#ifdef HAVE_NCURSES_H
#include <ncurses.h>
+#include <term.h>
#else
#include <curses.h>
+#include <term.h>
#endif
#ifdef HAVE_TERMCAP_H
#include <termcap.h>