diff options
Diffstat (limited to 'Mac/Modules/cf/CFmodule.c')
-rw-r--r-- | Mac/Modules/cf/CFmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Modules/cf/CFmodule.c b/Mac/Modules/cf/CFmodule.c index 68e863f..51b85fc 100644 --- a/Mac/Modules/cf/CFmodule.c +++ b/Mac/Modules/cf/CFmodule.c @@ -24,7 +24,7 @@ #include <CFString.h> #include <CFURL.h> #else -#include <CoreFoundation.h> +#include <CoreServices/CoreServices.h> #endif /* For now we declare them forward here. They'll go to mactoolbox later */ |