diff options
Diffstat (limited to 'graphics/xaos/files/patch-src_ui_main.cpp')
-rw-r--r-- | graphics/xaos/files/patch-src_ui_main.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/xaos/files/patch-src_ui_main.cpp b/graphics/xaos/files/patch-src_ui_main.cpp new file mode 100644 index 000000000000..edf3d3fdaef5 --- /dev/null +++ b/graphics/xaos/files/patch-src_ui_main.cpp @@ -0,0 +1,10 @@ +--- src/ui/main.cpp.orig 2021-01-18 09:29:00 UTC ++++ src/ui/main.cpp +@@ -23,6 +23,7 @@ + #include <cctype> + #include <cerrno> + #include <climits> ++#include <clocale> + #include <cmath> + #include <csignal> + #include <cstdlib> |