[or-cvs] Fix mac compile

Nick Mathewson nickm at seul.org
Tue May 4 18:17:30 UTC 2004


Update of /home/or/cvsroot/src/common
In directory moria.mit.edu:/tmp/cvs-serv16420/src/common

Modified Files:
	fakepoll.c 
Log Message:
Fix mac compile

Index: fakepoll.c
===================================================================
RCS file: /home/or/cvsroot/src/common/fakepoll.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- fakepoll.c	2 May 2004 20:27:48 -0000	1.26
+++ fakepoll.c	4 May 2004 18:17:28 -0000	1.27
@@ -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)



More information about the tor-commits mailing list