]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix mac compile
authorNick Mathewson <nickm@torproject.org>
Tue, 4 May 2004 18:17:28 +0000 (18:17 +0000)
committerNick Mathewson <nickm@torproject.org>
Tue, 4 May 2004 18:17:28 +0000 (18:17 +0000)
svn:r1782

src/common/fakepoll.c

index e99065bfc81d68fb537d6eb061fd672bebf36fe1..1fd380fd5c44050e2cd841edd040c891c9654fe8 100644 (file)
 #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)