changeset 8250:977a6fb02427 draft

(svn r11814) -Fix: Get OpenTTD compiling again on OS/2
author orudge <orudge@openttd.org>
date Fri, 11 Jan 2008 18:53:52 +0000
parents f495acdca6b5
children 80ebc72578a3
files src/os2.cpp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/os2.cpp
+++ b/src/os2.cpp
@@ -11,6 +11,8 @@
 #include "fios.h" // opendir/readdir/closedir
 #include "functions.h"
 #include "core/random_func.hpp"
+#include "string_func.h"
+#include "textbuf_gui.h"
 
 #include <dirent.h>
 #include <unistd.h>