summaryrefslogtreecommitdiff
path: root/games/freesweep/files/patch-aa
blob: a61099736cbccc0d0ca640b501bac32d52a3a142 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- sweep.h.in.orig	Wed Mar 29 23:08:32 2000
+++ sweep.h.in	Wed Mar 29 23:09:50 2000
@@ -36,7 +36,7 @@
 #include <signal.h>
 
 #ifdef HAVE_LIBNCURSES
-#include "@NCURSES_HINT@/include/curses.h"
+#include <ncurses.h>
 #define DEFAULT_LINEDRAW 1
 #else /* HAVE_LIBNCURSES */
 #include <curses.h>