summaryrefslogtreecommitdiff
path: root/evport.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-04-17 19:27:54 +0000
committerNick Mathewson <nickm@torproject.org>2008-04-17 19:27:54 +0000
commita2d4a06298173e0db43ae4012edb48f538825fd6 (patch)
tree5e9ba23dbdbbd2bca0ed69304036e280a2d124d2 /evport.c
parent3eb21c0d33683302e1acd7e14a899889f28b2931 (diff)
downloadlibevent-a2d4a06298173e0db43ae4012edb48f538825fd6.tar.gz
r15228@tombo: nickm | 2008-04-17 15:27:39 -0400
Use new includes in evport.c and devpoll.c. I do not have the hardware to compile these on; somebody else should test them. svn:r720
Diffstat (limited to 'evport.c')
-rw-r--r--evport.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/evport.c b/evport.c
index 2968de4b..ae53a188 100644
--- a/evport.c
+++ b/evport.c
@@ -70,7 +70,8 @@
#include <assert.h>
#endif
-#include "event.h"
+#include "event2/event.h"
+#include "event2/event_struct.h"
#include "event-internal.h"
#include "log.h"
#include "evsignal.h"