From: Mathieu Desnoyers Date: Thu, 9 May 2024 17:55:44 +0000 (-0400) Subject: lttng probe: include events-internal.h X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=75624557016686e35bdd521269abeec49365d170;p=lttng-modules.git lttng probe: include events-internal.h Include events-internal.h for the declarations of lttng_logger_init and lttng_logger_exit. Signed-off-by: Mathieu Desnoyers Change-Id: I14968060c309083f90a282f186f3c635f1ebfd8d --- diff --git a/src/probes/lttng.c b/src/probes/lttng.c index 98558567..23b1de9e 100644 --- a/src/probes/lttng.c +++ b/src/probes/lttng.c @@ -18,6 +18,7 @@ #include #include #include +#include #define TP_MODULE_NOAUTOLOAD #define LTTNG_PACKAGE_BUILD