pkgsrc/games/ccgo/patches/patch-af
adam 74e88f7bdd Changes 0.3.6:
* SGF editor built on a new code base
	* Bug fixes
2005-07-22 22:13:25 +00:00

13 lines
235 B
Text

$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>