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)