From bebdea4e8e1a93c14099a7b8182ddfcb6d2cae14 Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 28 Feb 2006 12:54:33 +0000 Subject: use carbon for pasteboard --- include/draw.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/draw.h') 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; -- cgit v1.2.3