diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-12-01 03:51:59 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-12-01 03:51:59 +0000 |
commit | 41ba4575b3d658564a693779255c96c2d0d67804 (patch) | |
tree | f9d09dd2575f394b308a32d39ccf6df20103d752 /src/common/compat.c | |
parent | b457cfb5ebab5786beed8168b5b0ef1fc5b2797f (diff) | |
download | tor-41ba4575b3d658564a693779255c96c2d0d67804.tar tor-41ba4575b3d658564a693779255c96c2d0d67804.tar.gz |
Fix windows build.
svn:r3053
Diffstat (limited to 'src/common/compat.c')
-rw-r--r-- | src/common/compat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/compat.c b/src/common/compat.c index 029622b4d..e025bff20 100644 --- a/src/common/compat.c +++ b/src/common/compat.c @@ -8,6 +8,7 @@ const char compat_c_id[] = "$Id$"; #define _GNU_SOURCE #include "orconfig.h" +#include "fakepoll.h" #include "compat.h" #ifdef MS_WINDOWS |