# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1109934431 0 # Node ID 1c6de5f7952b29a6f295c5ae16ce5f531485788c # Parent ceeef4169240414939c86504dd96ae43dc370a19 [!MAC_OSX && TARGET_API_MAC_CARBON]: Include QuickTime.h. diff -r ceeef4169240 -r 1c6de5f7952b src/image.c --- a/src/image.c Fri Mar 04 11:06:42 2005 +0000 +++ b/src/image.c Fri Mar 04 11:07:11 2005 +0000 @@ -88,15 +88,19 @@ #include #include #endif +#if TARGET_API_MAC_CARBON #ifdef MAC_OSX #include -#else /* not MAC_OSX */ +#else /* not MAC_OSX */ +#include +#endif /* not MAC_OSX */ +#else /* not TARGET_API_MAC_CARBON */ #include #include #include #include #include -#endif /* not MAC_OSX */ +#endif /* not TARGET_API_MAC_CARBON */ /* MAC_TODO : Color tables on Mac. */ #undef COLOR_TABLE_SUPPORT