# HG changeset patch # User rubidium # Date 2008-01-07 15:17:23 # Node ID 381a31e16f986b28eda08dd82e208076bb34a20f # Parent 9a3935f9ef4eea53c18be3eba9fac3607e99e366 (svn r11778) -Fix: compiles with ICONV failed. diff --git a/src/unix.cpp b/src/unix.cpp --- a/src/unix.cpp +++ b/src/unix.cpp @@ -203,6 +203,7 @@ void CSleep(int milliseconds) #include #include #include "debug.h" +#include "string_func.h" #define INTERNALCODE "UTF-8"