Description: define NCURSES_INTERNALS in mincurses.c
 The mincurses component of squishyball depends upon ncurses internal
 definitions which were exposed in older versions of ncurses but are
 no longer since at least 20170318. Defining NCURSES_INTERNALS (for now)
 causes ncurses to expose the necessary structure.
Author: Jonathan Dowland <jmtd@debian.org>
Bug-Debian: https://bugs.debian.org/860334
Last-Update: 2017-07-10

--- squishyball-0.1~svn19085.orig/mincurses.c
+++ squishyball-0.1~svn19085/mincurses.c
@@ -34,6 +34,9 @@
 # define _REENTRANT
 #endif
 
+/* https://bugs.debian.org/860334 */
+#define NCURSES_INTERNALS
+
 #include <ncurses.h>
 #include <curses.h>
 #include <term.h>
