changeset 8215:9413da72fb1c draft

(svn r11778) -Fix: compiles with ICONV failed.
author rubidium <rubidium@openttd.org>
date Mon, 07 Jan 2008 15:17:23 +0000
parents 6385dffc0b37
children d2e97f0e9f0a
files src/unix.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/unix.cpp
+++ b/src/unix.cpp
@@ -203,6 +203,7 @@
 #include <iconv.h>
 #include <errno.h>
 #include "debug.h"
+#include "string_func.h"
 
 #define INTERNALCODE "UTF-8"