summaryrefslogtreecommitdiff
path: root/chat/weechat/patches/patch-ab
blob: 4afeb03c0d8858529f53f5b927cad5595835dc8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.5 2008/12/18 20:27:47 ahoka Exp $

--- src/gui/curses/gui-curses.h.orig	2008-12-18 21:17:01.000000000 +0100
+++ src/gui/curses/gui-curses.h
@@ -21,6 +21,8 @@
 #define __WEECHAT_GUI_CURSES_H 1
 
 #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>