X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=liblttng-ust-comm%2Flttng-ust-fd-tracker.c;h=18456e08ee88169f4dc9235e96d520664e74a309;hb=74c3f8e27f5b750b71136ce1737972c28f288540;hp=98990cd9755997f611f6c989ccabcb1828057865;hpb=c0c0989ab70574e09b2f7e8b48c2da6af664a849;p=lttng-ust.git diff --git a/liblttng-ust-comm/lttng-ust-fd-tracker.c b/liblttng-ust-comm/lttng-ust-fd-tracker.c index 98990cd9..18456e08 100644 --- a/liblttng-ust-comm/lttng-ust-fd-tracker.c +++ b/liblttng-ust-comm/lttng-ust-fd-tracker.c @@ -26,11 +26,12 @@ #include #include -#include +#include #include #include #include "../liblttng-ust/compat.h" +#include "../liblttng-ust/lttng-tracer-core.h" /* Operations on the fd set. */ #define IS_FD_VALID(fd) ((fd) >= 0 && (fd) < lttng_ust_max_fd)