diff options
Diffstat (limited to 'hw/dataplane/event-poll.c')
-rw-r--r-- | hw/dataplane/event-poll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/dataplane/event-poll.c b/hw/dataplane/event-poll.c index 2b55c6e255..b98acf9aec 100644 --- a/hw/dataplane/event-poll.c +++ b/hw/dataplane/event-poll.c @@ -13,7 +13,7 @@ */ #include <sys/epoll.h> -#include "hw/dataplane/event-poll.h" +#include "event-poll.h" /* Add an event notifier and its callback for polling */ void event_poll_add(EventPoll *poll, EventHandler *handler, |