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.
Dependencies: EthernetNetIf mbed
Fork of HTTPServer by
Diff: LPC2368/services/http/util/url.h
- Revision:
- 6:d753966e4d97
- Parent:
- 0:52230c56755e
diff -r d45c35d26466 -r d753966e4d97 LPC2368/services/http/util/url.h --- a/LPC2368/services/http/util/url.h Fri Jul 09 14:45:18 2010 +0000 +++ b/LPC2368/services/http/util/url.h Thu Aug 05 15:12:27 2010 +0000 @@ -24,7 +24,7 @@ #ifndef URL_H #define URL_H -#include "if/net/ipaddr.h" +#include "core/ipaddr.h" #include <string> using std::string;