I'm trying to compile the svn vesrion of the source code under XP using CodeBlocks, as advised on the wiki.
However, I lack the following networking header files and their libraries:
sys/select.h
sys/socket.h
netdb.h
arpa/inet.h
netinet/in.h
All of these are included from common\net.c.
Does anyone know where I can get them and the headers that they rely on in one packege instead of googling them one by one?