diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-05-02 20:23:35 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-05-02 20:23:35 +0000 |
commit | 3dd1ef878364b7dee005d399076ff1da7118a748 (patch) | |
tree | dbd2a12be4a0d979b4edd68cbb136b09c355fa62 /src/common/fakepoll.c | |
parent | af08c4f878827928109a59a257cd6681bca7d68c (diff) | |
download | tor-3dd1ef878364b7dee005d399076ff1da7118a748.tar tor-3dd1ef878364b7dee005d399076ff1da7118a748.tar.gz |
Fix windows compile.
svn:r1776
Diffstat (limited to 'src/common/fakepoll.c')
-rw-r--r-- | src/common/fakepoll.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/fakepoll.c b/src/common/fakepoll.c index 4fe10cdd3..3051486b3 100644 --- a/src/common/fakepoll.c +++ b/src/common/fakepoll.c @@ -26,6 +26,7 @@ #elif defined(_MSC_VER) #include <winsock.h> #endif +#include <assert.h> /* by default, windows handles only 64 fd's */ #if defined(MS_WINDOWS) && !defined(FD_SETSIZE) |