diff --git a/trunk/src/common/fakepoll.c b/trunk/src/common/fakepoll.c index e99065bfc8..1fd380fd5c 100644 --- a/trunk/src/common/fakepoll.c +++ b/trunk/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)