Fix: sessiond: use system LTTng-UST headers when available
[lttng-tools.git] / src / bin / lttng-sessiond / channel.c
index b270a43ca3a29118a1218c6d32308ec1496fdef0..6989fd890f788fe32be95ebdd4a77edbf7e9af1d 100644 (file)
@@ -28,7 +28,8 @@
 #include "channel.h"
 #include "lttng-sessiond.h"
 #include "kernel.h"
-#include "ust-ctl.h"
+#include "lttng-ust-ctl.h"
+#include "lttng-ust-error.h"
 #include "utils.h"
 #include "ust-app.h"
 #include "agent.h"
This page took 0.024242 seconds and 5 git commands to generate.