summaryrefslogtreecommitdiff
path: root/src
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
commit79e0a48c42b4dc7d49c3e04d42aefef4f0947430 (patch)
treee48f09fd83d5652ff33896e3c700116ccfb045c8 /src
parentcbe7e5d668196975bee9d1a288dec5eff07c768f (diff)
downloadopenttd-79e0a48c42b4dc7d49c3e04d42aefef4f0947430.tar.xz
(svn r11814) -Fix: Get OpenTTD compiling again on OS/2
Diffstat (limited to 'src')
-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>