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 | 79e0a48c42b4dc7d49c3e04d42aefef4f0947430 (patch) | |
tree | e48f09fd83d5652ff33896e3c700116ccfb045c8 | |
parent | cbe7e5d668196975bee9d1a288dec5eff07c768f (diff) | |
download | openttd-79e0a48c42b4dc7d49c3e04d42aefef4f0947430.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> |