From 845b827fbcbeb6bb6a1b42e11f3abeb696b8e835 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 21 Apr 2008 23:04:05 +0000 Subject: [PATCH] (svn r12836) -Fix: SunOS non-dedicated server compilation. --- src/unix.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/unix.cpp b/src/unix.cpp index b1fc16db2d..8daca5f9f8 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