I'd like to use the sockets interface. I found it in the Arduino libraries here.
#include <Ethernet/src/utility/socket.h>
But Its just not letting me include that pathname.
/Users/jimlee/Documents/Arduino/TCIP_Server/TCIP_Server.ino:2:41: fatal error: Ethernet/src/utility/socket.h: No such file or directory
#include <Ethernet/src/utility/socket.h>
Any pointers as to what I'm doing wrong?
Thanks!
-jim lee