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.
Diff: SocketAddress.cpp
- Revision:
- 14:7ca9776b9cc0
- Parent:
- 8:9c6673c93082
- Child:
- 17:b1d417383c0d
diff -r ef377dec76b3 -r 7ca9776b9cc0 SocketAddress.cpp --- a/SocketAddress.cpp Tue Apr 05 15:30:26 2016 -0500 +++ b/SocketAddress.cpp Tue Apr 05 23:39:54 2016 +0000 @@ -17,6 +17,7 @@ #include "SocketAddress.h" #include "NetworkInterface.h" #include <string.h> +#include "mbed.h" SocketAddress::SocketAddress(NetworkInterface *iface, const char *host, uint16_t port) {