aboutsummaryrefslogtreecommitdiff
path: root/include/draw.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/draw.h')
-rw-r--r--include/draw.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/draw.h b/include/draw.h
index f7c9b8ff..de5e0c26 100644
--- a/include/draw.h
+++ b/include/draw.h
@@ -5,6 +5,9 @@ extern "C" {
#endif
AUTOLIB(draw)
+#ifdef __APPLE__
+AUTOFRAMEWORK(Carbon)
+#endif
typedef struct Cachefont Cachefont;
typedef struct Cacheinfo Cacheinfo;