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 | 6b86de13d638ea254c7569edac97fa04431b3a97 (patch) | |
tree | de8f76db697f6689d799cb8d0b2dd162c1098c22 /src/video/cocoa | |
parent | ea1f180a55f66ae02f95e63d387fa445061daa25 (diff) | |
download | openttd-6b86de13d638ea254c7569edac97fa04431b3a97.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" |