From 04db765912be2929f69b00d3732338b891a756b8 Mon Sep 17 00:00:00 2001 From: Francis Deslauriers Date: Tue, 2 Nov 2021 09:33:02 -0400 Subject: [PATCH] Fix: use instead of MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fixes: #1330 Signed-off-by: Francis Deslauriers Signed-off-by: Jérémie Galarneau Change-Id: I07cabde5a0295de06f7c6f42dd12de803b57c907 --- src/common/kernel-probe.c | 2 +- src/common/userspace-probe.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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( -- 2.34.1