guix/gnu/packages/patches/cool-retro-term-wctype.patch
Eric Bavier 2c451db39a
gnu: cool-retro-term: Fix build with gcc@10.
* gnu/packages/patches/cool-retro-term-wctype.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/terminals.scm (cool-retro-term)[source]: Add
'cool-retro-term-wctype.patch'.
2021-12-27 22:53:46 -06:00

14 lines
376 B
Diff

Submitted upstream at https://github.com/Swordfish90/cool-retro-term/issues/692
--- a/qmltermwidget/lib/TerminalCharacterDecoder.cpp 1969-12-31 18:00:01.000000000 -0600
+++ b/qmltermwidget/lib/TerminalCharacterDecoder.cpp 2021-12-27 22:07:04.452256118 -0600
@@ -19,6 +19,8 @@
02110-1301 USA.
*/
+#include <cwctype>
+
// Own
#include "TerminalCharacterDecoder.h"