Modified: trunk/dispatch/dispatch.h (100 => 101)
--- trunk/dispatch/dispatch.h 2009-11-03 14:43:56 UTC (rev 100)
+++ trunk/dispatch/dispatch.h 2009-11-03 14:46:36 UTC (rev 101)
@@ -23,6 +23,7 @@
#ifdef __APPLE__
#include <Availability.h>
+#include <TargetConditionals.h>
#endif
#include <sys/cdefs.h>
#include <stddef.h>
Modified: trunk/dispatch/source.h (100 => 101)
--- trunk/dispatch/source.h 2009-11-03 14:43:56 UTC (rev 100)
+++ trunk/dispatch/source.h 2009-11-03 14:46:36 UTC (rev 101)
@@ -26,7 +26,7 @@
#include <dispatch/base.h> // for HeaderDoc
#endif
-#ifdef HAVE_MACH
+#if TARGET_OS_MAC
#include <mach/port.h>
#include <mach/message.h>
#endif