From fe12d97378d57bb195aebdc4f5a5d4d7b8519563 Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Mon, 22 Nov 2010 13:30:14 +0000 Subject: [Author: thomasvl] Move the CPP guard before the system headers, they don't all exist on 10.4, so compile was failing. TBR=dmaclach DELTA=5 (3 added, 2 deleted, 0 changed) --- Foundation/GTMServiceManagement.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Foundation/GTMServiceManagement.c') diff --git a/Foundation/GTMServiceManagement.c b/Foundation/GTMServiceManagement.c index eddde4a..62d280d 100644 --- a/Foundation/GTMServiceManagement.c +++ b/Foundation/GTMServiceManagement.c @@ -34,13 +34,14 @@ // launch_data_t can only be in one collection at any given time. #include "GTMServiceManagement.h" + +#if MAC_OS_X_VERSION_MIN_REQUIRED > MAC_OS_X_VERSION_10_4 + #include #include #include #include -#if MAC_OS_X_VERSION_MIN_REQUIRED > MAC_OS_X_VERSION_10_4 - typedef struct { CFMutableDictionaryRef dict; bool convert_non_standard_objects; -- cgit v1.2.3