X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=lttng-sessiond%2Fust-ctl.h;h=f4f34ee2f00bc32eecc3ad434c0f9737409e7a63;hb=a220deea2ded01fb30a4ad6dfb074ab5499eaf33;hp=1fe29c8772e4b195ea4fb9c09af9b4168d1ece85;hpb=322585731ced1adba36cddcb8bdd5d997d1b2e3e;p=lttng-tools.git 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"