1 2 3 4 5 6 7 8 9 10
--- a/src/screen.cpp +++ b/src/screen.cpp @@ -18,6 +18,7 @@ */ #include <curses.h> +#include <locale.h> #include "screen.hpp" #include "sipp.hpp"