From ed1f71875bea822de0d5b1c9a3e5d562a00ce6b6 Mon Sep 17 00:00:00 2001 From: David Elliott Date: Sat, 26 Mar 2005 05:25:14 +0000 Subject: [PATCH] Metrowerks: The unix.h header is part of MSL_Extras. It's not needed for Darwin and so with the change I don't need to include MSL_Extras. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33064 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/tiff/tiffcomp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tiff/tiffcomp.h b/src/tiff/tiffcomp.h index cb4a659191..65d929cf38 100644 --- a/src/tiff/tiffcomp.h +++ b/src/tiff/tiffcomp.h @@ -51,7 +51,7 @@ #define __acornriscos #endif -#if defined(__MWERKS__) || defined(THINK_C) +#if (defined(__MWERKS__) && !defined(__MACH__)) || defined(THINK_C) #include #include #endif -- 2.50.0