summaryrefslogtreecommitdiff
path: root/buffer_iocp.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-07-28 19:41:39 +0000
committerNick Mathewson <nickm@torproject.org>2009-07-28 19:41:39 +0000
commit5b5b880be7452eaf42d401f3ad54474ae60a9dbf (patch)
treeefbb466328dea7f1b838c72e450954558a5ed1d5 /buffer_iocp.c
parent12199fa7a51ee93479fa0db30c2f7b9c8159bb94 (diff)
downloadlibevent-5b5b880be7452eaf42d401f3ad54474ae60a9dbf.tar.gz
Various MSVC cleanups from Brodie Thiesfield.
svn:r1385
Diffstat (limited to 'buffer_iocp.c')
-rw-r--r--buffer_iocp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/buffer_iocp.c b/buffer_iocp.c
index 565f232f..eb7635f6 100644
--- a/buffer_iocp.c
+++ b/buffer_iocp.c
@@ -42,6 +42,7 @@
#include "iocp-internal.h"
#include "mm-internal.h"
+#include <winsock2.h>
#include <windows.h>
#include <assert.h>
#include <stdio.h>