diff options
Diffstat (limited to 'src/unix.cpp')
-rw-r--r-- | src/unix.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/unix.cpp b/src/unix.cpp index b1fc16db2..8daca5f9f 100644 --- a/src/unix.cpp +++ b/src/unix.cpp @@ -206,6 +206,8 @@ void CSleep(int milliseconds) #include "debug.h" #include "string_func.h" +const char *GetCurrentLocale(const char *param); + #define INTERNALCODE "UTF-8" /** Try and try to decipher the current locale from environmental |