r15219@tombo: nickm | 2008-04-17 15:12:17 -0400

Use new includes in epoll.c


svn:r716
This commit is contained in:
Nick Mathewson 2008-04-17 19:17:50 +00:00
parent beb39f5770
commit 3f3a16757f

View File

@ -48,7 +48,8 @@
#include <fcntl.h> #include <fcntl.h>
#endif #endif
#include "event.h" #include "event2/event.h"
#include "event2/event_struct.h"
#include "event-internal.h" #include "event-internal.h"
#include "evsignal.h" #include "evsignal.h"
#include "log.h" #include "log.h"