NetServices Stack source

Dependents:   HelloWorld ServoInterfaceBoardExample1 4180_Lab4

Revision:
9:c79fa4034f5b
Parent:
6:b7dd7cde8ad2
--- a/services/http/client/HTTPClient.h	Wed Jul 28 12:45:32 2010 +0000
+++ b/services/http/client/HTTPClient.h	Thu Aug 05 14:32:43 2010 +0000
@@ -30,7 +30,7 @@
 
 class HTTPData;
 
-#include "if/net/net.h"
+#include "core/net.h"
 #include "api/TCPSocket.h"
 #include "api/DNSRequest.h"
 #include "HTTPData.h"
@@ -57,6 +57,8 @@
   HTTP_CONN ///<Connection error
 };
 
+#include "core/netservice.h"
+
 ///A simple HTTP Client
 /**
 The HTTPClient is composed of: