blob: fcb6f74f4534c466b561d4032f0cd00ced9a1193 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- curses.c.orig Thu Dec 30 22:02:46 1999
+++ curses.c Mon Jan 24 00:20:19 2000
@@ -1,7 +1,7 @@
-#ifdef HAVE_LIBCURSES
-#ifdef HAVE_CURSES_H
+#ifdef HAVE_LIBNCURSES
+#ifdef HAVE_NCURSES_H
-#include <curses.h>
+#include <ncurses.h>
#define FWIDTH 6
#define FHEIGHT 7
|