diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-01-03 13:19:10 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-01-03 13:19:10 -0500 |
commit | 0489f7e004af3b7de39b6ca530d4752688d4053f (patch) | |
tree | d3e6543f5ba56e1051900617842563d4cab96d9d /src | |
parent | 8932753169a25c6410565490267f2158eb555160 (diff) | |
parent | 27cefef3a21e69d801c30d1450399b7d034c0f20 (diff) | |
download | tor-0489f7e004af3b7de39b6ca530d4752688d4053f.tar.gz tor-0489f7e004af3b7de39b6ca530d4752688d4053f.zip |
Merge remote branch 'origin/maint-0.2.2'
Diffstat (limited to 'src')
-rw-r--r-- | src/common/compat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/compat.h b/src/common/compat.h index 19df1beed5..a7970109d7 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> |