Nick Mathewson 22 лет назад
Родитель
Сommit
08ac3c7190
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      src/common/fakepoll.c

+ 3 - 0
src/common/fakepoll.c

@@ -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)