1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 02:33:12 +02:00

core: fix path for included file term.h (first use ncursesw/term.h if available)

This commit is contained in:
Sebastien Helleu
2011-08-06 09:07:38 +02:00
parent 8d2c23209f
commit 34a9221d8f
+4
View File
@@ -25,7 +25,11 @@
#include "config.h"
#endif
#ifdef HAVE_NCURSESW_CURSES_H
#include <ncursesw/term.h>
#else
#include <term.h>
#endif
/*