aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMHTTPServer.h
diff options
context:
space:
mode:
Diffstat (limited to 'Foundation/GTMHTTPServer.h')
-rw-r--r--Foundation/GTMHTTPServer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Foundation/GTMHTTPServer.h b/Foundation/GTMHTTPServer.h
index 70e3f78..c70178c 100644
--- a/Foundation/GTMHTTPServer.h
+++ b/Foundation/GTMHTTPServer.h
@@ -31,6 +31,10 @@
#import <Foundation/Foundation.h>
#import "GTMDefines.h"
+#if GTM_IPHONE_SDK
+#import <CFNetwork/CFNetwork.h>
+#endif // GTM_IPHONE_SDK
+
// Global contants needed for errors from start
#undef _EXTERN