summaryrefslogtreecommitdiff
path: root/src/video/cocoa
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2010-02-04 22:17:41 +0000
committeryexo <yexo@openttd.org>2010-02-04 22:17:41 +0000
commitd858264ca64c09802792457888e6f3506fada46d (patch)
treec09dde9549637f5ea45a3126653ad7497d6bfc6b /src/video/cocoa
parent34fa63b8f59465ed01ffbb856e0a6b77d6a4c4ed (diff)
downloadopenttd-d858264ca64c09802792457888e6f3506fada46d.tar.xz
(svn r19012) -Fix (r19003): macos.h is not in video/cocoa/ but in os/macosx/.
Diffstat (limited to 'src/video/cocoa')
-rw-r--r--src/video/cocoa/fullscreen.mm2
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!!!!!!!