diff options
author | rubidium <rubidium@openttd.org> | 2008-08-31 11:51:09 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-08-31 11:51:09 +0000 |
commit | 05d9c1922632e3ea2493b2e58425ce027c854df0 (patch) | |
tree | de8f76db697f6689d799cb8d0b2dd162c1098c22 /src/os/macosx | |
parent | a20b833516d0a10edc7196b90cae30fe7d78a763 (diff) | |
download | openttd-05d9c1922632e3ea2493b2e58425ce027c854df0.tar.xz |
(svn r14200) -Fix (r14199): some OSes failed to compile. Furthermore I hate wrong comments!
Diffstat (limited to 'src/os/macosx')
-rw-r--r-- | src/os/macosx/splash.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/macosx/splash.cpp b/src/os/macosx/splash.cpp index 41a714a78..909126602 100644 --- a/src/os/macosx/splash.cpp +++ b/src/os/macosx/splash.cpp @@ -7,7 +7,7 @@ #include "../../variables.h" #include "../../debug.h" #include "../../gfx_func.h" -#include "../../fileio.h" +#include "../../fileio_func.h" #include "../../blitter/factory.hpp" #include "splash.h" |