]> granicus.if.org Git - libevent/commitdiff
Avoid errors in http.c when building with VC 2003 .NET
authorBrodie Thiesfield <brofield2@jellycan.com>
Mon, 8 Mar 2010 18:46:48 +0000 (13:46 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 8 Mar 2010 18:46:48 +0000 (13:46 -0500)
http.c

diff --git a/http.c b/http.c
index af2c9e334e84f1ca0acee049e5d58af5a7fccffa..72c4cc18bddce76dd5203642ffc1109b82f41981 100644 (file)
--- a/http.c
+++ b/http.c
@@ -49,6 +49,7 @@
 #include <sys/stat.h>
 #include <sys/wait.h>
 #else
+#include <winsock2.h>
 #include <ws2tcpip.h>
 #endif