Add missing header for regress_http compilation on win32

This commit is contained in:
Nick Mathewson 2011-04-23 01:47:43 -04:00
parent 99f147d9f6
commit dd68cce439

View File

@ -27,6 +27,7 @@
#ifdef WIN32
#include <winsock2.h>
#include <ws2tcpip.h>
#include <windows.h>
#endif