openbsd-ports/games/netris/patches/patch-curses_c

12 lines
313 B
Plaintext
Raw Normal View History

2004-03-03 17:51:00 -05:00
$OpenBSD: patch-curses_c,v 1.1 2004/03/03 22:51:00 xsa Exp $
--- curses.c.orig 2003-08-13 03:33:02.000000000 +0200
+++ curses.c 2004-03-03 15:50:24.000000000 +0100
@@ -25,6 +25,7 @@
#include <curses.h>
#include <string.h>
#include <stdlib.h>
+#include <term.h>
#ifdef NCURSES_VERSION
# define HAVE_NCURSES