From eced1fb4ae489ff49e418802d5f36238935ee201 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 7 Jan 2008 15:17:23 +0000 Subject: [PATCH] (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 9ab974d259..1151c373a8 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"