diff -r 16beed8a98fb -r 43e3da39daf6 finch/libfinch.c --- a/finch/libfinch.c Sun Dec 09 03:56:30 2018 +0000 +++ b/finch/libfinch.c Sat Dec 08 21:59:14 2018 -0600 @@ -20,6 +20,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include +#include #include "finch.h" #include "account.h" @@ -156,11 +157,9 @@ {NULL} }; -#ifdef ENABLE_NLS bindtextdomain(PACKAGE, PURPLE_LOCALEDIR); bind_textdomain_codeset(PACKAGE, "UTF-8"); textdomain(PACKAGE); -#endif setlocale(LC_ALL, "");