Merge branch 'master' of git://git.lttng.org/lttng-tools
[lttng-tools.git] / lttng-sessiond / ust-ctl.h
index 1fe29c8772e4b195ea4fb9c09af9b4168d1ece85..f4f34ee2f00bc32eecc3ad434c0f9737409e7a63 100644 (file)
@@ -30,9 +30,9 @@
  * own internal structures within lttng-tools instead of relying on the
  * UST ABI.
  */
-#ifdef CONFIG_LTTNG_TOOLS_HAVE_UST
-#include <ust/lttng-ust-ctl.h>
-#include <ust/lttng-ust-abi.h>
+#ifdef HAVE_LIBLTTNG_UST_CTL
+#include <lttng/ust-ctl.h>
+#include <lttng/ust-abi.h>
 #else
 #include "lttng-ust-ctl.h"
 #include "lttng-ust-abi.h"
This page took 0.02343 seconds and 4 git commands to generate.