on Linux arpa/inet.h include netinet/in.h but not on FreeBSD
authorFneufneu <fneufneu@xbmc.org>
Thu, 9 Jun 2011 10:14:01 +0000 (12:14 +0200)
committerFneufneu <fneufneu@xbmc.org>
Thu, 9 Jun 2011 10:14:01 +0000 (12:14 +0200)
commit63d9fdf24a84f77cbc4cdefb4d1ad9577c06a4d6
tree875d1c1b2a13629becc643815bc293be0062c567
parenta1c38f532c22663a3b27165ae338a0866396d7fa
on Linux arpa/inet.h include netinet/in.h but not on FreeBSD
so readd header where it's needed

xbmc/filesystem/VTPSession.h: need it for sockaddr_in definition

XLCDproc.cpp:
netdb.h also include netinet/in.h and sys/socket.h on Linux
so readd headers for FreeBSD
and add sys/types.h for connect(2), write(2), read(2) (not on linux manpage)
xbmc/filesystem/SAPDirectory.cpp
xbmc/filesystem/VTPSession.h
xbmc/linux/XLCDproc.cpp
xbmc/network/DNSNameCache.cpp
xbmc/network/Network.cpp
xbmc/network/Socket.h
xbmc/utils/URIUtils.cpp