From: Francis Deslauriers Date: Tue, 2 Nov 2021 13:33:02 +0000 (-0400) Subject: Fix: use instead of X-Git-Tag: v2.13.2~25 X-Git-Url: https://git.liburcu.org/?p=lttng-tools.git;a=commitdiff_plain;h=04db765912be2929f69b00d3732338b891a756b8 Fix: use instead of Fixes: #1330 Signed-off-by: Francis Deslauriers Signed-off-by: Jérémie Galarneau Change-Id: I07cabde5a0295de06f7c6f42dd12de803b57c907 --- diff --git a/src/common/kernel-probe.c b/src/common/kernel-probe.c index 2beb53fab..44100bc72 100644 --- a/src/common/kernel-probe.c +++ b/src/common/kernel-probe.c @@ -20,7 +20,7 @@ #include #include #include -#include +#include static int lttng_kernel_probe_location_address_serialize( diff --git a/src/common/userspace-probe.c b/src/common/userspace-probe.c index 1c46f7c48..c96d0e3b2 100644 --- a/src/common/userspace-probe.c +++ b/src/common/userspace-probe.c @@ -20,7 +20,7 @@ #include #include #include -#include +#include static int lttng_userspace_probe_location_function_set_binary_fd_handle(