summaryrefslogtreecommitdiff
path: root/src/os2.cpp
diff options
context:
space:
mode:
authororudge <orudge@openttd.org>2008-01-11 18:53:52 +0000
committerorudge <orudge@openttd.org>2008-01-11 18:53:52 +0000
commitc4ad3c648b8570e40d84c1b443d32897f7a4aa9c (patch)
treee48f09fd83d5652ff33896e3c700116ccfb045c8 /src/os2.cpp
parent7d3ecec5b965870aaaaad339079a3ad46d9e8a1e (diff)
downloadopenttd-c4ad3c648b8570e40d84c1b443d32897f7a4aa9c.tar.xz
(svn r11814) -Fix: Get OpenTTD compiling again on OS/2
Diffstat (limited to 'src/os2.cpp')
-rw-r--r--src/os2.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/os2.cpp b/src/os2.cpp
index 2e3b5ae93..f82c0881e 100644
--- 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>