ap

Dependencies:   DnsQuery

Dependents:   WizFi310_TCP_Echo_Server_Example

Fork of NetworkSocketAPI by NetworkSocketAPI

Branch:
api-changes
Revision:
29:7bcec3189a93
Parent:
28:163fbe3263f4
Child:
30:3cc78f5db99d
--- a/Socket.cpp	Thu Feb 18 13:19:47 2016 -0600
+++ b/Socket.cpp	Mon Feb 22 20:58:50 2016 +0000
@@ -15,7 +15,7 @@
  */
 
 #include "Socket.h"
-#include <cstring>
+#include <string.h>
 
 Socket::Socket(NetworkInterface *iface, socket_protocol_t proto)
   : _iface(iface)