$OpenBSD: patch-utils_ncurses_h,v 1.1.1.1 2012/03/05 18:05:35 landry Exp $
Hack to find the correct ncurses header.
--- utils/ncurses.h.orig	Tue Jan  3 21:49:17 2012
+++ utils/ncurses.h	Mon Mar  5 08:48:16 2012
@@ -20,7 +20,7 @@
 #ifndef NCURSES_H_
 #define NCURSES_H_
 
-#include <ncursesw/curses.h>
+#include "/usr/include/ncurses.h"
 #include <string>
 
 class PublicGame;
