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 | 0d41fe28744f1b63d8559d098a08f29d5c2e41fd (patch) | |
tree | 244eb321f26f1b761be222a31a960113e126041b /src | |
parent | b09d957f31b29baa45d30040a12ca3ab553abcb0 (diff) | |
download | openttd-0d41fe28744f1b63d8559d098a08f29d5c2e41fd.tar.xz |
(svn r11778) -Fix: compiles with ICONV failed.
Diffstat (limited to 'src')
-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" |