X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Ffd-tracker%2Futils.hpp;fp=src%2Fcommon%2Ffd-tracker%2Futils.hpp;h=f752564962f6657258e15508adf530735991adfc;hp=064e09c0e480504ef5d7b29a5357458cdafa67b1;hb=406a14fe0eadfc78e6f143c749df0ef91e15bef5;hpb=3d667147a5af28441ad8c658ea1eac4ea8efd477 diff --git a/src/common/fd-tracker/utils.hpp b/src/common/fd-tracker/utils.hpp index 064e09c0e..f75256496 100644 --- a/src/common/fd-tracker/utils.hpp +++ b/src/common/fd-tracker/utils.hpp @@ -9,11 +9,10 @@ #define FD_TRACKER_UTILS_H #include +#include #include #include -struct lttng_poll_event; - /* * Utility implementing a close_fd callback which receives one file descriptor * and closes it, returning close()'s return value.