Build fix: missing poll wrapper include in utils-poll.cpp
[lttng-tools.git] / src / common / fd-tracker / utils.hpp
index 064e09c0e480504ef5d7b29a5357458cdafa67b1..f752564962f6657258e15508adf530735991adfc 100644 (file)
@@ -9,11 +9,10 @@
 #define FD_TRACKER_UTILS_H
 
 #include <common/compat/directory-handle.hpp>
+#include <common/compat/poll.hpp>
 #include <common/fd-tracker/fd-tracker.hpp>
 #include <common/macros.hpp>
 
-struct lttng_poll_event;
-
 /*
  * Utility implementing a close_fd callback which receives one file descriptor
  * and closes it, returning close()'s return value.
This page took 0.022896 seconds and 4 git commands to generate.