diff --git a/src/main.cpp b/src/main.cpp index 763508caa..f040873e3 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -56,6 +56,10 @@ struct sigaction termsa; #define TA_TEXTDOMAIN textdomain #endif +#ifdef HAVE_SETLOCALE +#include +#endif + #ifndef LC_CTYPE #define LC_CTYPE 0 #endif