9e2ce2a169
ok landry
13 lines
408 B
Plaintext
13 lines
408 B
Plaintext
$OpenBSD: patch-src_hdrs_mycurses_h,v 1.1 2010/09/06 18:38:07 nicm Exp $
|
|
--- 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)
|