From d858264ca64c09802792457888e6f3506fada46d Mon Sep 17 00:00:00 2001 From: yexo Date: Thu, 4 Feb 2010 22:17:41 +0000 Subject: (svn r19012) -Fix (r19003): macos.h is not in video/cocoa/ but in os/macosx/. --- src/video/cocoa/fullscreen.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/video/cocoa') 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!!!!!!! -- cgit v1.2.3-54-g00ecf