core: fix path for included file term.h (first use ncursesw/term.h if available)
This commit is contained in:
parent
8d2c23209f
commit
34a9221d8f
@ -25,7 +25,11 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_NCURSESW_CURSES_H
|
||||
#include <ncursesw/term.h>
|
||||
#else
|
||||
#include <term.h>
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user