diff options
author | Darkvater <Darkvater@openttd.org> | 2005-06-02 19:39:29 +0000 |
---|---|---|
committer | Darkvater <Darkvater@openttd.org> | 2005-06-02 19:39:29 +0000 |
commit | a8601e9f40d3d90dc98213928a56cd28187a2116 (patch) | |
tree | 0d45a227ea869633b68de5d6c3fc338944f1eda7 /os/beos/bemidi.cpp | |
parent | ba8c649facd49daf7899b7dd88e3f31ac92a624e (diff) | |
download | openttd-a8601e9f40d3d90dc98213928a56cd28187a2116.tar.xz |
(svn r2398) - CodeChange: forgot to update unix and os2 specific files as well.
Diffstat (limited to 'os/beos/bemidi.cpp')
-rw-r--r-- | os/beos/bemidi.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/beos/bemidi.cpp b/os/beos/bemidi.cpp index 969231a6d..16c8e82f7 100644 --- a/os/beos/bemidi.cpp +++ b/os/beos/bemidi.cpp @@ -1,7 +1,7 @@ #ifdef __BEOS__ #include "stdafx.h" -#include "ttd.h" +#include "openttd.h" #include "hal.h" // BeOS System Includes |