diff options
author | rubidium <rubidium@openttd.org> | 2008-04-21 23:04:05 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-04-21 23:04:05 +0000 |
commit | 845b827fbcbeb6bb6a1b42e11f3abeb696b8e835 (patch) | |
tree | 9d3c9ae70ef71d3b8159088cd1474e9f33244766 | |
parent | 5dcd689f5662d93ade95e3fd04332b8456605add (diff) | |
download | openttd-845b827fbcbeb6bb6a1b42e11f3abeb696b8e835.tar.xz |
(svn r12836) -Fix: SunOS non-dedicated server compilation.
-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 |