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/video/cocoa | |
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/video/cocoa')
-rw-r--r-- | src/video/cocoa/cocoa_v.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video/cocoa/cocoa_v.mm b/src/video/cocoa/cocoa_v.mm index e961bb8b6..516910509 100644 --- a/src/video/cocoa/cocoa_v.mm +++ b/src/video/cocoa/cocoa_v.mm @@ -60,7 +60,7 @@ extern "C" OSErr CPSSetFrontProcess(CPSProcessSerNum* psn); #include "../../core/geometry_type.hpp" #include "cocoa_v.h" #include "../../blitter/factory.hpp" -#include "../../fileio.h" +#include "../../fileio_func.h" #include "../../gfx_func.h" #include "../../functions.h" |