From: Francis Deslauriers Date: Thu, 6 May 2021 19:21:13 +0000 (-0400) Subject: Fix: missing #include for 3.8 kernel X-Git-Tag: v2.13.0-rc2~28 X-Git-Url: https://git.lttng.org/?p=lttng-modules.git;a=commitdiff_plain;h=05ea3e19cf2412478353ce80052183c19bbde7c9 Fix: missing #include for 3.8 kernel Change-Id: If13a6615c2bed93d887047b6feaf377107d98cf9 Signed-off-by: Francis Deslauriers Signed-off-by: Mathieu Desnoyers --- diff --git a/include/instrumentation/syscalls/headers/syscalls_integers_override.h b/include/instrumentation/syscalls/headers/syscalls_integers_override.h index f8106784..4821b9f7 100644 --- a/include/instrumentation/syscalls/headers/syscalls_integers_override.h +++ b/include/instrumentation/syscalls/headers/syscalls_integers_override.h @@ -1,5 +1,6 @@ /* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) */ +#include #include #ifndef CREATE_SYSCALL_TABLE