chiark / gitweb /
1aaed1c99a45a9a5da912d4385950549a5f37406
[termux-packages] / packages / multitail / mt.h.patch
1 diff -u -r ../multitail-6.2.1/mt.h ./mt.h
2 --- ../multitail-6.2.1/mt.h     2014-02-16 15:06:54.000000000 +0100
3 +++ ./mt.h      2014-06-30 16:38:06.000000000 +0200
4 @@ -49,8 +49,8 @@
5  #endif
6  
7  #ifdef UTF8_SUPPORT
8 -       #include <ncursesw/panel.h>
9 -       #include <ncursesw/ncurses.h>
10 +       #include <panel.h>
11 +       #include <ncurses.h>
12  #else
13         #if defined(sun) || defined(__sun) || defined(scoos) || defined(_HPUX_SOURCE) || defined(AIX) || defined(__CYGWIN__)
14                 #include <ncurses/panel.h>