mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-01 18:42:40 +00:00
mac
This commit is contained in:
parent
6773708777
commit
57b7a9ae0f
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue