Fix: sessiond: use system LTTng-UST headers when available
[lttng-tools.git] / src / bin / lttng-sessiond / channel.c
index f19dbec37f51697209c0ae1d678a1af7768e8533..7c40b7ed1f3b6750871bc89ba9e7733808515bd7 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.023027 seconds and 4 git commands to generate.