From: Nick Mathewson Date: Tue, 4 May 2004 18:17:28 +0000 (+0000) Subject: Fix mac compile X-Git-Tag: debian-version-0.0.6.1-1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08ac3c7190a67cfbd33c52aa619630410ac451dd;p=thirdparty%2Ftor.git Fix mac compile svn:r1782 --- 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)