# HG changeset patch # User rubidium # Date 1199719043 0 # Node ID e09394d313fc9d909be0bf19dd9f2566014be00c # Parent 971f861d5543a83454fe91f39f7a18af7047335b (svn r11778) -Fix: compiles with ICONV failed. diff -r 971f861d5543 -r e09394d313fc src/unix.cpp --- a/src/unix.cpp Mon Jan 07 14:23:25 2008 +0000 +++ b/src/unix.cpp Mon Jan 07 15:17:23 2008 +0000 @@ -203,6 +203,7 @@ #include #include #include "debug.h" +#include "string_func.h" #define INTERNALCODE "UTF-8"