# HG changeset patch # User yexo # Date 1265321861 0 # Node ID 382480812e88104786e9113ebe81574f08d42f7b # Parent 336dbd07ef03c6b7357afbd6ce25015e3cfa79b1 (svn r19012) -Fix (r19003): macos.h is not in video/cocoa/ but in os/macosx/. diff --git a/src/video/cocoa/fullscreen.mm b/src/video/cocoa/fullscreen.mm --- 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!!!!!!!