diff options
author | rubidium <rubidium@openttd.org> | 2008-01-07 15:17:23 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-01-07 15:17:23 +0000 |
commit | eced1fb4ae489ff49e418802d5f36238935ee201 (patch) | |
tree | 244eb321f26f1b761be222a31a960113e126041b | |
parent | a3ccdcea3663963939f75a9cc842f915b8e49767 (diff) | |
download | openttd-eced1fb4ae489ff49e418802d5f36238935ee201.tar.xz |
(svn r11778) -Fix: compiles with ICONV failed.
-rw-r--r-- | src/unix.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 <iconv.h> #include <errno.h> #include "debug.h" +#include "string_func.h" #define INTERNALCODE "UTF-8" |