aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-01-03 13:18:33 -0500
committerNick Mathewson <nickm@torproject.org>2011-01-03 13:18:33 -0500
commit27cefef3a21e69d801c30d1450399b7d034c0f20 (patch)
tree116739a8a3be1b994a9aa9fefc2afca8f715efa3 /src
parentbb5f99d4dfe119f82556ba4d9385d667a8414935 (diff)
parent5c09431cc7c3843a26b2fcc8e52f56f3bba8abb6 (diff)
downloadtor-27cefef3a21e69d801c30d1450399b7d034c0f20.tar
tor-27cefef3a21e69d801c30d1450399b7d034c0f20.tar.gz
Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2
Diffstat (limited to 'src')
-rw-r--r--src/common/compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/compat.h b/src/common/compat.h
index 01c94d5f4..ee20e716c 100644
--- a/src/common/compat.h
+++ b/src/common/compat.h
@@ -31,7 +31,7 @@
#ifdef HAVE_STRING_H
#include <string.h>
#endif
-#ifdef HAVE_PTHREAD_H
+#if defined(HAVE_PTHREAD_H) && !defined(MS_WINDOWS)
#include <pthread.h>
#endif
#include <stdarg.h>