summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-06-29 13:47:44 -0400
committerNick Mathewson <nickm@torproject.org>2015-06-29 13:47:44 -0400
commit753797391f789700ccf7ec9123076405f250cb93 (patch)
tree6e66310fece598fc40bf8b8f1f6976c3e0085bb3 /src/or/or.h
parentd9052c629b94343aef63f4e8c891c9c0a9c097b5 (diff)
downloadtor-753797391f789700ccf7ec9123076405f250cb93.tar.gz
tor-753797391f789700ccf7ec9123076405f250cb93.zip
More tweaks for windows compilation. (ick)
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 0950277bba..431105b09b 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -67,6 +67,7 @@
#endif
#ifdef _WIN32
+#include <winsock2.h>
#include <io.h>
#include <process.h>
#include <direct.h>