diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-09-25 23:31:40 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-01-14 11:09:51 -0500 |
commit | 9fdc0d059456146722dc81f2b58672b533a2bb71 (patch) | |
tree | 54ee4efb91186f6b0195f56ac7d6f765717864fd /src/common/compat.c | |
parent | d850ec8574761c0279df53f3b7a9811d1dab430f (diff) | |
download | tor-9fdc0d059456146722dc81f2b58672b533a2bb71.tar.gz tor-9fdc0d059456146722dc81f2b58672b533a2bb71.zip |
Fix windows compilation of condition code
Diffstat (limited to 'src/common/compat.c')
-rw-r--r-- | src/common/compat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/compat.c b/src/common/compat.c index a22a61ac4d..5575316b2b 100644 --- a/src/common/compat.c +++ b/src/common/compat.c @@ -27,7 +27,6 @@ #include "compat.h" #ifdef _WIN32 -#include <process.h> #include <windows.h> #include <sys/locking.h> #endif |