Update pathpicker from 0.6.0 to 0.6.1
[termux-packages] / packages / multitail / mt.h.patch
CommitLineData
59f0d218
FF
1diff -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>