jojo

Fork of Socket by mbed official

Revision:
2:b227d242f3c7
Parent:
1:8080965f5d76
--- a/TCPSocket.h	Tue Jun 26 15:32:12 2012 +0000
+++ b/TCPSocket.h	Mon Jul 23 11:52:50 2012 +0000
@@ -19,7 +19,7 @@
 #ifndef TCPSOCKET_H
 #define TCPSOCKET_H
 
-#include "bsd_socket.h"
+#include "Socket/socket.h"
 
 /**
 This is a C++ abstraction for TCP networking sockets.