From: Mathieu Desnoyers Date: Thu, 9 May 2024 17:55:44 +0000 (-0400) Subject: lttng probe: include events-internal.h X-Git-Tag: v2.13.13~3 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=be561e3e547774b807f5b3200887f12adbf61551;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