problem with libraries

I'm trying to use this library : "#include <sys/socket.h>
#include <sys/un.h>"
but appears an error charging that they were not found. I googled a bit and hinted that these libraries are Linux.
which libraries which I use to replace these?
You need to use Winsock for Windows sockets programming.
http://msdn.microsoft.com/en-us/library/windows/desktop/ms737889%28v=vs.85%29.aspx
Another library that this error is with the "# include <sys/un.h>" which I use instead of this?
thank you
Topic archived. No new replies allowed.