Commit Diff


commit - a24065936ddd6f598c9d6e07099a5d475d2840be
commit + bebdea4e8e1a93c14099a7b8182ddfcb6d2cae14
blob - f7c9b8fff68f6df2bc1ebd8466b53782401c72c5
blob + de5e0c26060ff25645f249a8229a5d1f8f6d3c5b
--- include/draw.h
+++ 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;