mirror of
https://github.com/weechat/weechat.git
synced 2026-07-09 11:13:12 +02:00
gui: fix wide ncurses header on FreeBSD (issue #1343)
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
#ifdef WEECHAT_HEADLESS
|
||||
#include "ncurses-fake.h"
|
||||
#else
|
||||
#define NCURSES_WIDECHAR 1
|
||||
#ifdef HAVE_NCURSESW_CURSES_H
|
||||
#include <ncursesw/ncurses.h>
|
||||
#elif HAVE_NCURSES_H
|
||||
|
||||
Reference in New Issue
Block a user