(svn r11778) -Fix: compiles with ICONV failed.
authorrubidium
Mon, 07 Jan 2008 15:17:23 +0000
changeset 8711 d70c2ff34e33
parent 8710 52015340050c
child 8712 871bc5150bee
(svn r11778) -Fix: compiles with ICONV failed.
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 <iconv.h>
 #include <errno.h>
 #include "debug.h"
+#include "string_func.h"
 
 #define INTERNALCODE "UTF-8"