14 lines
368 B
Plaintext
14 lines
368 B
Plaintext
$NetBSD: patch-ab,v 1.7 2012/05/28 22:55:05 tonio Exp $
|
|
|
|
--- src/gui/curses/gui-curses.h.orig 2012-01-08 09:13:53.000000000 +0000
|
|
+++ src/gui/curses/gui-curses.h
|
|
@@ -23,6 +23,8 @@
|
|
#include <time.h>
|
|
|
|
#ifdef HAVE_NCURSESW_CURSES_H
|
|
+#include <ncursesw/curses.h>
|
|
+#elif HAVE_NCURSESW_NCURSES_H
|
|
#include <ncursesw/ncurses.h>
|
|
#elif HAVE_NCURSES_H
|
|
#include <ncurses.h>
|