Host library for controlling a WiConnect enabled Wi-Fi module.
Dependents: wiconnect-ota_example wiconnect-web_setup_example wiconnect-test-console wiconnect-tcp_server_example ... more
Diff: TCPSocketServer.cpp
- Revision:
- 32:b2bdbc018665
- Parent:
- 29:b6af04b77a56
--- a/TCPSocketServer.cpp Mon Oct 27 13:52:55 2014 -0700 +++ b/TCPSocketServer.cpp Mon Oct 27 14:16:03 2014 -0700 @@ -27,8 +27,9 @@ * OF SUCH DAMAGE. */ +#include "Wiconnect.h" #include "api/types/Socket/TCPSocketServer.h" -#include "common.h" + /*************************************************************************************************/