Windows: Include winsock2.h before ws2tcpip.h
commitbd78baf668eca011257f05fef8334e0967500456
authorJeffrey Altman <jaltman@your-file-system.com>
Mon, 22 Nov 2010 23:09:07 +0000 (22 23:09 +0000)
committerSimon Wilkinson <sxw@inf.ed.ac.uk>
Mon, 22 Nov 2010 23:09:07 +0000 (22 23:09 +0000)
tree2d6ad741eb365991c91f4f151f0537111b2eefa6
parentc79f78874b240a50d86b2284fa4cc62356a085c2
Windows: Include winsock2.h before ws2tcpip.h

Before we can include ws2tcpip.h, we must have already included
winsock2.h. The latest SDK does this by including winsock2 within
the ws2tcpip header, but the older SDKs do not, and fail to build.
lib/roken/roken.h.in