use carbon for pasteboard
diff --git a/include/draw.h b/include/draw.h index f7c9b8f..de5e0c2 100644 --- a/include/draw.h +++ b/include/draw.h
@@ -5,6 +5,9 @@ #endif AUTOLIB(draw) +#ifdef __APPLE__ +AUTOFRAMEWORK(Carbon) +#endif typedef struct Cachefont Cachefont; typedef struct Cacheinfo Cacheinfo;