Fix: sessiond: use system LTTng-UST headers when available
[lttng-tools.git] / src / bin / lttng-sessiond / event.c
index 387b06fc5b10d04fdc9c1a283ea9bb93f39d6ff7..26ed6d1a541975d749ff4c9b948ff10236a521b2 100644 (file)
@@ -31,7 +31,8 @@
 #include "event.h"
 #include "kernel.h"
 #include "lttng-sessiond.h"
-#include "ust-ctl.h"
+#include "lttng-ust-ctl.h"
+#include "lttng-ust-error.h"
 #include "ust-app.h"
 #include "trace-kernel.h"
 #include "trace-ust.h"
This page took 0.024605 seconds and 4 git commands to generate.