Adding this patch fixes the build. ok? Cheers
$OpenBSD$ --- src/hdrs/mycurses.h.orig Sat Sep 24 01:46:56 2005 +++ src/hdrs/mycurses.h Mon Aug 30 09:40:26 2010 @@ -5,7 +5,7 @@ #include "config.h" #if defined(HAVE_LIBNCURSESW) -#include <ncursesw/curses.h> +#include <curses.h> #elif defined(HAVE_LIBNCURSES) || defined(HAVE_LIBCURSES) #include <curses.h> #elif defined(HAVE_WINDOWS_H)
