X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=lttng-sessiond%2Fust-ctl.h;h=f4f34ee2f00bc32eecc3ad434c0f9737409e7a63;hp=1fe29c8772e4b195ea4fb9c09af9b4168d1ece85;hb=c70c0ca0e8e46b29376d77b5b4483891cb33679d;hpb=322585731ced1adba36cddcb8bdd5d997d1b2e3e diff --git a/lttng-sessiond/ust-ctl.h b/lttng-sessiond/ust-ctl.h index 1fe29c877..f4f34ee2f 100644 --- a/lttng-sessiond/ust-ctl.h +++ b/lttng-sessiond/ust-ctl.h @@ -30,9 +30,9 @@ * own internal structures within lttng-tools instead of relying on the * UST ABI. */ -#ifdef CONFIG_LTTNG_TOOLS_HAVE_UST -#include -#include +#ifdef HAVE_LIBLTTNG_UST_CTL +#include +#include #else #include "lttng-ust-ctl.h" #include "lttng-ust-abi.h"