1
0
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:
Simmo Saan
2019-05-13 13:48:39 +00:00
parent 5910bcf3c8
commit 980d26956f
2 changed files with 17 additions and 4 deletions
+1
View File
@@ -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