summaryrefslogtreecommitdiff
path: root/games/ccgo/patches/patch-af
blob: bdc0b11c96db8010d8258881fa6190a11329db5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-af,v 1.1 2005/07/22 22:13:25 adam Exp $

--- nc.cc.orig	2005-07-22 20:07:52.000000000 +0000
+++ nc.cc
@@ -9,7 +9,7 @@
 
 #include "nc.hh"
 extern "C" {
-#include <ncurses.h>
+#include <curses.h>
 }
 
 #include <sstream>