summaryrefslogtreecommitdiff
path: root/poll.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-04-16 20:01:51 +0000
committerNick Mathewson <nickm@torproject.org>2008-04-16 20:01:51 +0000
commit0ac73078ed42b5185a45610534ce3475ba6c27e7 (patch)
tree2d3af640d5f35a33ea14c3e3499e37d54be31a70 /poll.c
parentf560198e4598fe1b1fe471c9f3da2251edf87105 (diff)
downloadlibevent-0ac73078ed42b5185a45610534ce3475ba6c27e7.tar.gz
r15193@tombo: nickm | 2008-04-16 16:00:35 -0400
Split event.h into several new headers in include/event2. event.h is now just a wrapper that includes all the subheaders. svn:r711
Diffstat (limited to 'poll.c')
-rw-r--r--poll.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/poll.c b/poll.c
index ef14c4fe..c2859526 100644
--- a/poll.c
+++ b/poll.c
@@ -48,7 +48,8 @@
#include <assert.h>
#endif
-#include "event.h"
+#include "event2/event.h"
+#include "event2/event_struct.h"
#include "event-internal.h"
#include "evsignal.h"
#include "log.h"