From dd68cce439ae01d906e46b0f361f3ef625d5abec Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sat, 23 Apr 2011 01:47:43 -0400 Subject: [PATCH] Add missing header for regress_http compilation on win32 --- test/regress_http.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/regress_http.c b/test/regress_http.c index 62516b60..95511ae9 100644 --- a/test/regress_http.c +++ b/test/regress_http.c @@ -27,6 +27,7 @@ #ifdef WIN32 #include +#include #include #endif