Roy van Dam / NetworkAPI

Dependents:   NetRelais TCP_Client_Example TCP_Server_Example UDP_Server_Example ... more

Revision:
8:cdee0f2b6ff0
Parent:
3:d30db8752485
--- a/ip/address.hpp	Wed Jul 18 19:43:12 2012 +0000
+++ b/ip/address.hpp	Thu Sep 27 09:31:40 2012 +0000
@@ -30,7 +30,8 @@
 #include <cstring>
 #include <string>
 
-#include "bsd_socket.h"
+#include "lwip/sockets.h"
+#include "lwip/netdb.h"
 
 namespace network {
 namespace ip {