diff options
author | orudge <orudge@openttd.org> | 2008-01-11 18:53:52 +0000 |
---|---|---|
committer | orudge <orudge@openttd.org> | 2008-01-11 18:53:52 +0000 |
commit | c4ad3c648b8570e40d84c1b443d32897f7a4aa9c (patch) | |
tree | e48f09fd83d5652ff33896e3c700116ccfb045c8 | |
parent | 7d3ecec5b965870aaaaad339079a3ad46d9e8a1e (diff) | |
download | openttd-c4ad3c648b8570e40d84c1b443d32897f7a4aa9c.tar.xz |
(svn r11814) -Fix: Get OpenTTD compiling again on OS/2
-rw-r--r-- | src/os2.cpp | 2 |
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> |