wok annotate multitail/stuff/patches/mt.h-6.5.0 @ rev 25817
Update kernel config for support mmc tablet
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon Mar 03 12:26:15 2025 +0100 (6 months ago) |
parents | |
children |
rev | line source |
---|---|
Hans-Günter@23203 | 1 --- mt.h.orig |
Hans-Günter@23203 | 2 +++ mt.h |
Hans-Günter@23203 | 3 @@ -60,8 +60,8 @@ |
Hans-Günter@23203 | 4 #endif |
Hans-Günter@23203 | 5 |
Hans-Günter@23203 | 6 #if defined(UTF8_SUPPORT) && !defined(__APPLE__) |
Hans-Günter@23203 | 7 - #include <ncursesw/panel.h> |
Hans-Günter@23203 | 8 - #include <ncursesw/ncurses.h> |
Hans-Günter@23203 | 9 + #include <panel.h> |
Hans-Günter@23203 | 10 + #include <ncurses.h> |
Hans-Günter@23203 | 11 #else |
Hans-Günter@23203 | 12 #if defined(__APPLE__) |
Hans-Günter@23203 | 13 #include <ncurses.h> |