]> granicus.if.org Git - libevent/commitdiff
r15228@tombo: nickm | 2008-04-17 15:27:39 -0400
authorNick Mathewson <nickm@torproject.org>
Thu, 17 Apr 2008 19:27:54 +0000 (19:27 +0000)
committerNick Mathewson <nickm@torproject.org>
Thu, 17 Apr 2008 19:27:54 +0000 (19:27 +0000)
 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

devpoll.c
evport.c

index 705fb17c36aefefc2bb893d9de2d882be4c609eb..58b131d57e48e241da68aee40b0ff7a593177db2 100644 (file)
--- a/devpoll.c
+++ b/devpoll.c
@@ -46,7 +46,8 @@
 #include <errno.h>
 #include <assert.h>
 
-#include "event.h"
+#include "event2/event.h"
+#include "event2/event_struct.h"
 #include "event-internal.h"
 #include "evsignal.h"
 #include "log.h"
index 2968de4b7f5e36bde028759d694d726bdf26a3fc..ae53a1888ed655fc9b95c22c8a8106fbe810cff1 100644 (file)
--- 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"