Fix mac compile

svn:r1782
This commit is contained in:
Nick Mathewson 2004-05-04 18:17:28 +00:00
parent 6b112c9f2d
commit 08ac3c7190

View File

@ -32,7 +32,10 @@
#define FD_SETSIZE MAXCONNECTIONS
#endif
#include <assert.h>
#include <stdlib.h>
#include "util.h"
#include "log.h"
int
tor_poll(struct pollfd *ufds, unsigned int nfds, int timeout)