fix: string constants (-Wwrite-strings)
[lttng-ust.git] / liblttng-ust-comm / lttng-ust-fd-tracker.c
index 98990cd9755997f611f6c989ccabcb1828057865..18456e08ee88169f4dc9235e96d520664e74a309 100644 (file)
 #include <urcu/system.h>
 
 #include <ust-fd.h>
-#include <helper.h>
+#include <ust-helper.h>
 #include <lttng/ust-error.h>
 #include <usterr-signal-safe.h>
 
 #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)
This page took 0.022954 seconds and 4 git commands to generate.