aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-08-23 17:06:12 +0200
committerMattias Andrée <maandree@operamail.com>2014-08-23 17:06:12 +0200
commit10d9ab196457d62ffece7ade83b6d61c77a6e5f5 (patch)
treed57d09b2cd171cd5c6d76a80abb4c8134089b4df /src
parentI always forget pkg-config is a dep (diff)
downloadlibgamma-10d9ab196457d62ffece7ade83b6d61c77a6e5f5.tar.gz
libgamma-10d9ab196457d62ffece7ade83b6d61c77a6e5f5.tar.bz2
libgamma-10d9ab196457d62ffece7ade83b6d61c77a6e5f5.tar.xz
mac library madness
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src')
-rw-r--r--src/lib/gamma-quartz-cg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/gamma-quartz-cg.c b/src/lib/gamma-quartz-cg.c
index 82fa944..f0b6062 100644
--- a/src/lib/gamma-quartz-cg.c
+++ b/src/lib/gamma-quartz-cg.c
@@ -26,6 +26,7 @@
#ifdef FAKE_LIBGAMMA_METHOD_QUARTZ_CORE_GRAPHICS
# include "fake-quartz-cg.h"
#else
+# include <ApplicationServices/ApplicationServices.h>
# include <CoreGraphics/CGDirectDisplay.h>
# define close_fake_quartz_cg() /* For compatibility with "fake-quartz-cg.h". */
#endif