# HG changeset patch # User rubidium # Date 1199719043 0 # Node ID 9413da72fb1c7e732f0c952edf47423055568480 # Parent 6385dffc0b3770f7255ba4f9cca59bde465ef7c4 (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 @@ #include #include #include "debug.h" +#include "string_func.h" #define INTERNALCODE "UTF-8"