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: udp/socket.hpp
- Revision:
- 1:6956f6f96fef
- Parent:
- 0:00d5bc4b46e1
- Child:
- 2:e283a0062097
--- a/udp/socket.hpp Tue Jul 17 15:01:25 2012 +0000 +++ b/udp/socket.hpp Tue Jul 17 15:19:47 2012 +0000 @@ -26,8 +26,8 @@ #ifndef _NETWORK_UDP_SOCKET_HPP_ #define _NETWORK_UDP_SOCKET_HPP_ -#include "network/socket.hpp" -#include "network/ip/address.hpp" +#include "../socket.hpp" +#include "../ip/address.hpp" namespace network { namespace udp {