From 6287426db0933bc8569407cde7b01c4883a80fca Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 3 Jun 2011 18:30:01 +0200 Subject: MACOSX: Include ApplicationServices header This should pacify buildbot. Somehow on my system, it does not need it, though. --- backends/platform/sdl/macosx/macosx.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'backends/platform') diff --git a/backends/platform/sdl/macosx/macosx.cpp b/backends/platform/sdl/macosx/macosx.cpp index 79f35cde42..9b11eb2c09 100644 --- a/backends/platform/sdl/macosx/macosx.cpp +++ b/backends/platform/sdl/macosx/macosx.cpp @@ -33,8 +33,9 @@ #include "common/archive.h" #include "common/fs.h" -#include "CoreFoundation/CoreFoundation.h" -#include "CoreServices/CoreServices.h" +#include "ApplicationServices/ApplicationServices.h" // for LSOpenFSRef +#include "CoreFoundation/CoreFoundation.h" // for CF* stuff +#include "CoreServices/CoreServices.h" // for FSPathMakeRef OSystem_MacOSX::OSystem_MacOSX() : -- cgit v1.2.3