From 92fbbd4c22bdfd0830c8ccd1ec24eb63a75eb59b Mon Sep 17 00:00:00 2001 From: Amit Chaudhuri Date: Thu, 28 Feb 2013 12:19:27 +0000 Subject: Fix compilation problem with LaunchServices on OSX You cannot include the LSOpen.h directly on OSX - it is too far down in the System hierarchy to locate. Instead we include the umbrella header CoreServices.h which finds it for us. Signed off by Amit Chaudhuri Signed-off-by: Dirk Hohndel --- macos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macos.c b/macos.c index dedca7ec7..0e2afbb1f 100644 --- a/macos.c +++ b/macos.c @@ -4,7 +4,7 @@ #include "dive.h" #include "display-gtk.h" #include -#include +#include #include #include "gtkosxapplication.h" -- cgit v1.2.3-70-g09d2