Fix compilation of devpoll.c by adding missing thread includes.

(Bug 2922156)
This commit is contained in:
Dagobert Michelsen 2009-12-28 15:53:01 -05:00 committed by Nick Mathewson
parent a47d88d7c2
commit fee2c77919

View File

@ -42,10 +42,12 @@
#include "event2/event.h"
#include "event2/event_struct.h"
#include "event2/thread.h"
#include "event-internal.h"
#include "evsignal-internal.h"
#include "log-internal.h"
#include "evmap-internal.h"
#include "evthread-internal.h"
struct devpollop {
struct pollfd *events;