This commit is contained in:
tildearrow 2024-06-13 14:41:01 -05:00
parent 6773708777
commit 57b7a9ae0f

View file

@ -56,6 +56,10 @@ struct sigaction termsa;
#define TA_TEXTDOMAIN textdomain
#endif
#ifdef HAVE_SETLOCALE
#include <locale.h>
#endif
#ifndef LC_CTYPE
#define LC_CTYPE 0
#endif