From 0d41fe28744f1b63d8559d098a08f29d5c2e41fd Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 7 Jan 2008 15:17:23 +0000 Subject: (svn r11778) -Fix: compiles with ICONV failed. --- src/unix.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/unix.cpp b/src/unix.cpp index 9ab974d25..1151c373a 100644 --- 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" -- cgit v1.2.3-54-g00ecf