Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: NetRelais TCP_Client_Example TCP_Server_Example UDP_Server_Example ... more
Diff: ip/address.hpp
- 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 {