diff options
author | yexo <yexo@openttd.org> | 2010-02-04 22:17:41 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2010-02-04 22:17:41 +0000 |
commit | d858264ca64c09802792457888e6f3506fada46d (patch) | |
tree | c09dde9549637f5ea45a3126653ad7497d6bfc6b /src/video | |
parent | 34fa63b8f59465ed01ffbb856e0a6b77d6a4c4ed (diff) | |
download | openttd-d858264ca64c09802792457888e6f3506fada46d.tar.xz |
(svn r19012) -Fix (r19003): macos.h is not in video/cocoa/ but in os/macosx/.
Diffstat (limited to 'src/video')
-rw-r--r-- | src/video/cocoa/fullscreen.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video/cocoa/fullscreen.mm b/src/video/cocoa/fullscreen.mm index 59e5c5408..e3626e2ba 100644 --- a/src/video/cocoa/fullscreen.mm +++ b/src/video/cocoa/fullscreen.mm @@ -28,7 +28,7 @@ #include "../../core/sort_func.hpp" #include "cocoa_v.h" #include "../../gfx_func.h" -#include "macos.h" +#include "../../os/macosx/macos.h" /** * Important notice regarding all modifications!!!!!!! |