# HG changeset patch # User rubidium # Date 2008-04-21 23:04:05 # Node ID f7b42cb16c57fcda518fd4018755933c455200c3 # Parent 5be8b7703ae9e1d93959e787e93d8d9735796338 (svn r12836) -Fix: SunOS non-dedicated server compilation. diff --git a/src/unix.cpp b/src/unix.cpp --- 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