From be561e3e547774b807f5b3200887f12adbf61551 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 9 May 2024 13:55:44 -0400 Subject: [PATCH] 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 --- src/probes/lttng.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.34.1