How do I include this file? [SOLVED]

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

Too much path?

#include <utility\socket.h>

Yeah, tried a bunch of path things to no avail. But then I found another socket library that I think would work better and I can link to it.

Thanks!

-jim lee