summaryrefslogtreecommitdiff
path: root/games/omega/patches/patch-ac
blob: 36340d3c11e840a2d683ba5b03e759c7b6fd4ea0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ac,v 1.2 1999/12/28 02:28:23 proff Exp $

--- file.c	Fri Jan  1 03:08:26 1999
+++ /home/andy/tmp/wrk/file.c	Fri May 14 20:28:46 1999
@@ -9,7 +9,11 @@
 # ifdef AMIGA
 #  include <curses210.h>
 # else
-#  include <curses.h>
+#  if defined(__NetBSD__) || defined(__FreeBSD__)
+#   include <ncurses.h>
+#  else
+#   include <curses.h>
+#  endif
 # endif
 # include <sys/types.h>
 # include <unistd.h>