From 08ac3c7190a67cfbd33c52aa619630410ac451dd Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 4 May 2004 18:17:28 +0000 Subject: [PATCH] Fix mac compile svn:r1782 --- src/common/fakepoll.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/common/fakepoll.c b/src/common/fakepoll.c index e99065bfc8..1fd380fd5c 100644 --- a/src/common/fakepoll.c +++ b/src/common/fakepoll.c @@ -32,7 +32,10 @@ #define FD_SETSIZE MAXCONNECTIONS #endif +#include +#include #include "util.h" +#include "log.h" int tor_poll(struct pollfd *ufds, unsigned int nfds, int timeout) -- 2.11.4.GIT